Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/19 16:27:08 (5 years ago)
Author:
gkronber
Message:

#2994: refactor / cleanup of unit tests related to intervals and new interpreters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r17307 r17318  
    599599    <Compile Include="HeuristicLab.Persistence.Attic\UseCases.cs" />
    600600    <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
    601     <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\AutoDiffInterpreterTest.cs" />
     601    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\AlgebraicIntervalTest.cs" />
     602    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\IntervalEvaluatorAutoDiffTest.cs" />
     603    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\VectorAutoDiffEvaluatorTest.cs" />
    602604    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ClassificationVariableImpactCalculationTest.cs" />
    603605    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\DatasetTest.cs" />
    604     <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\AutoDiffIntervalTest.cs" />
    605     <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\IntervalCalculationComparison.cs" />
     606    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\IntervalEvaluatorTest.cs" />
    606607    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\IntervalTest.cs" />
    607608    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\RegressionVariableImpactCalculationTest.cs" />
     
    611612    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\DeriveTest.cs" />
    612613    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" />
    613     <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\AutoDiffIntervalInterpreterTest.cs" />
    614614    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\IntervalInterpreterTest.cs" />
    615615    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.