Example #1
0
        static void RunQuantifiersTests()
        {
            var test = new SymEvalTests.QuantifiersUnitTest();

            test.TestQuantifiers1();
            test.TestQuantifiers2();
        }
Example #2
0
 static void RunQuantifiersTests()
 {
     var test = new SymEvalTests.QuantifiersUnitTest();
     test.TestQuantifiers1();
     test.TestQuantifiers2();
 }