예제 #1
0
        public void ToscaParsingException_With_Message_Should_Be_Binary_Serializable()
        {
            var toscaParsingException = new ToscaParsingException("message");

            toscaParsingException.Should().BeBinarySerializable();
        }
예제 #2
0
        public void ToscaParsingException_Should_Be_Binary_Serializable()
        {
            var toscaParsingException = new ToscaParsingException();

            toscaParsingException.Should().BeBinarySerializable();
        }