Exemple #1
0
 protected override void When()
 {
     output = Sut.Deserialize <ComplexTypeWithCustomProperty>(input);
 }
Exemple #2
0
 protected override void Given()
 {
     complexType = new ComplexTypeWithCustomProperty {
         Property1 = 10
     };
 }