Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/13 15:31:59 (11 years ago)
Author:
bburlacu
Message:

#2021: Forgot to add tests subproject to the solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicDataAnalysisExpressionTreeInterpreterTest.cs

    r9732 r9735  
    6262    public void SymbolicDataAnalysisExpressionTreeInterpreterArithmeticGrammarPerformanceTest() {
    6363      ArithmeticGrammarPerformanceTest(new SymbolicDataAnalysisExpressionTreeInterpreter(), 12.5e6);
     64    }
     65
     66    [TestMethod]
     67    public void SymbolicDataAnalysisExpressionTreeLinearInterpreterTypeCoherentGrammarPerformanceTest() {
     68      TypeCoherentGrammarPerformanceTest(new SymbolicDataAnalysisExpressionTreeLinearInterpreter(), 12.5e6);
     69    }
     70    [TestMethod]
     71    public void SymbolicDataAnalysisExpressionTreeLinearInterpreterFullGrammarPerformanceTest() {
     72      FullGrammarPerformanceTest(new SymbolicDataAnalysisExpressionTreeLinearInterpreter(), 12.5e6);
     73    }
     74    [TestMethod]
     75    public void SymbolicDataAnalysisExpressionTreeLinearInterpreterArithmeticGrammarPerformanceTest() {
     76      ArithmeticGrammarPerformanceTest(new SymbolicDataAnalysisExpressionTreeLinearInterpreter(), 12.5e6);
    6477    }
    6578
Note: See TracChangeset for help on using the changeset viewer.