protected override Parser <ModelWithStaticProperty> Given()
 {
     return(YaclpParserFactory.CreateParserFor <ModelWithStaticProperty>());
 }
 protected override Parser <ModelWithAllOptionalParameters> Given()
 {
     return(YaclpParserFactory.CreateParserFor <ModelWithAllOptionalParameters>());
 }
Ejemplo n.º 3
0
 protected override Parser <AllDifferentTypesOfParametersModel> Given()
 {
     return(YaclpParserFactory.CreateParserFor <AllDifferentTypesOfParametersModel>());
 }