Ejemplo n.º 1
0
 void OptPropMustBeDeclaredMatchingEachTableNameConstField()
 {
     Assert.True(FieldChecker.TypeHasMatchingTableNameProps(typeof(CxAuditTrailOpts <Object>)));
 }
Ejemplo n.º 2
0
 void IAuditTrailCrawlerMustHaveMethodMatchingTableNames()
 {
     Assert.True(FieldChecker.TypeHasMatchingTableNameMethods(typeof(IAuditTrailCrawler)));
 }