Ejemplo n.º 1
0
 public RuleTests()
 {
     _factory = new PreconditionFactory();
     _rule    = new Rule(Guid.Empty);
     _facts   = GenerateFacts();
 }
Ejemplo n.º 2
0
 public ContainsPreconditionTests()
 {
     _factory      = new PreconditionFactory();
     _precondition = _factory.GenerateNewPrecondition <ContainsPrecondition>();
     _facts        = new List <Fact>();
 }