Example #1
0
        public void ToscaRelationshipTypeNotFound_Should_Be_Serializable()
        {
            // Act
            var toscaRelationshipTypeNotFound = new ToscaRelationshipTypeNotFoundException();

            // Assert
            toscaRelationshipTypeNotFound.Should().BeBinarySerializable();
        }