Exemple #1
0
 public void pure_happy_path_1()
 {
     specification.Check(x => x.Names, x => x.Number, x => x.Description);
     specification.Verify();
 }