Beispiel #1
0
        public void TestCustomNotations()
        {
            IChangeSolver solver = new RecursiveSolver(_rounder);

            SolverTestsCommon.TestCustomNotations(solver);
        }
        public void TestCustomNotations()
        {
            IChangeSolver solver = new IterativeSolver(rounder);

            SolverTestsCommon.TestCustomNotations(solver);
        }