Beispiel #1
0
 void OptPropMustBeDeclaredMatchingEachTableNameConstField()
 {
     Assert.True(FieldChecker.TypeHasMatchingTableNameProps(typeof(CxAuditTrailOpts <Object>)));
 }
 void IAuditTrailCrawlerMustHaveMethodMatchingTableNames()
 {
     Assert.True(FieldChecker.TypeHasMatchingTableNameMethods(typeof(IAuditTrailCrawler)));
 }