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

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

            toscaParsingException.Should().BeBinarySerializable();
        }