Beispiel #1
0
 public void CallingForEachRuleWithRealDataDoesntCrash()
 {
     var rs = TestTools.GetFromXml( "testdataset1.xml" );
     var controller = new AlchemyController( rs );
     controller.ForEachRuleContaining( "earth", e => { } );
 }