Esempio n. 1
0
        public void ToscaParsingException_With_Message_Should_Be_Binary_Serializable()
        {
            var toscaParsingException = new ToscaParsingException("message");

            toscaParsingException.Should().BeBinarySerializable();
        }
Esempio n. 2
0
        public void ToscaParsingException_Should_Be_Binary_Serializable()
        {
            var toscaParsingException = new ToscaParsingException();

            toscaParsingException.Should().BeBinarySerializable();
        }