コード例 #1
0
 protected override Parser <ModelWithStaticProperty> Given()
 {
     return(YaclpParserFactory.CreateParserFor <ModelWithStaticProperty>());
 }
コード例 #2
0
 protected override Parser <ModelWithAllOptionalParameters> Given()
 {
     return(YaclpParserFactory.CreateParserFor <ModelWithAllOptionalParameters>());
 }
コード例 #3
0
 protected override Parser <AllDifferentTypesOfParametersModel> Given()
 {
     return(YaclpParserFactory.CreateParserFor <AllDifferentTypesOfParametersModel>());
 }