Example #1
0
 public void RunAlphaMemoryTests()
 {
     AlphaMemoryTests amt = new AlphaMemoryTests();
     amt.TestAddWME();
     amt.TestAddProduction();
     amt.NegativeConditionTest();
     amt.NCCConditionTest();
     amt.GrandParents();
     amt.RemoveWME();
     amt.RemoveProduction();
     amt.Test4pointsTo1();
     amt.EvaluatorTest();
     amt.ReteWithHash();
     amt.BuiltinTest();
     amt.MultiBuiltinTest();
 }
Example #2
0
        public void RunAlphaMemoryTests()
        {
            AlphaMemoryTests amt = new AlphaMemoryTests();

            amt.TestAddWME();
            amt.TestAddProduction();
            amt.NegativeConditionTest();
            amt.NCCConditionTest();
            amt.GrandParents();
            amt.RemoveWME();
            amt.RemoveProduction();
            amt.Test4pointsTo1();
            amt.EvaluatorTest();
            amt.ReteWithHash();
            amt.BuiltinTest();
            amt.MultiBuiltinTest();
        }