Changeset 14257
- Timestamp:
- 08/16/16 14:40:22 (8 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphLayoutTest.cs
r14247 r14257 30 30 [TestMethod] 31 31 [TestCategory("ExtLibs")] 32 [TestCategory(" igraph")]32 [TestCategory("ExtLibs.igraph")] 33 33 [TestProperty("Time", "short")] 34 34 public void IGraphWrappersLayoutFruchtermanReingoldTest() { -
trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersGraphTest.cs
r14247 r14257 33 33 [TestMethod] 34 34 [TestCategory("ExtLibs")] 35 [TestCategory(" igraph")]35 [TestCategory("ExtLibs.igraph")] 36 36 [TestProperty("Time", "short")] 37 37 public void IGraphWrappersGraphConstructionAndFinalizationTest() { … … 58 58 [TestMethod] 59 59 [TestCategory("ExtLibs")] 60 [TestCategory(" igraph")]60 [TestCategory("ExtLibs.igraph")] 61 61 [TestProperty("Time", "short")] 62 62 public void IGraphWrappersGraphDensityTest() { … … 92 92 [TestMethod] 93 93 [TestCategory("ExtLibs")] 94 [TestCategory(" igraph")]94 [TestCategory("ExtLibs.igraph")] 95 95 [TestProperty("Time", "short")] 96 96 public void IGraphWrappersGraphPageRankTest() { … … 140 140 [TestMethod] 141 141 [TestCategory("ExtLibs")] 142 [TestCategory(" igraph")]142 [TestCategory("ExtLibs.igraph")] 143 143 [TestProperty("Time", "short")] 144 144 public void IGraphWrappersGraphBreadthFirstWalkTest() { … … 165 165 [TestMethod] 166 166 [TestCategory("ExtLibs")] 167 [TestCategory(" igraph")]167 [TestCategory("ExtLibs.igraph")] 168 168 [TestProperty("Time", "short")] 169 169 public void IGraphWrappersGraphDepthFirstWalkTest() { -
trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersMatrixTest.cs
r14247 r14257 28 28 [TestMethod] 29 29 [TestCategory("ExtLibs")] 30 [TestCategory(" igraph")]30 [TestCategory("ExtLibs.igraph")] 31 31 [TestProperty("Time", "short")] 32 32 public void IGraphWrappersMatrixConstructionAndFinalizationTest() { … … 58 58 [TestMethod] 59 59 [TestCategory("ExtLibs")] 60 [TestCategory(" igraph")]60 [TestCategory("ExtLibs.igraph")] 61 61 [TestProperty("Time", "short")] 62 62 public void IGraphWrappersMatrixGetSetTest() { … … 84 84 [TestMethod] 85 85 [TestCategory("ExtLibs")] 86 [TestCategory(" igraph")]86 [TestCategory("ExtLibs.igraph")] 87 87 [TestProperty("Time", "short")] 88 88 public void IGraphWrappersMatrixFillTest() { … … 99 99 [TestMethod] 100 100 [TestCategory("ExtLibs")] 101 [TestCategory(" igraph")]101 [TestCategory("ExtLibs.igraph")] 102 102 [TestProperty("Time", "short")] 103 103 public void IGraphWrappersMatrixTransposeTest() { … … 110 110 [TestMethod] 111 111 [TestCategory("ExtLibs")] 112 [TestCategory(" igraph")]112 [TestCategory("ExtLibs.igraph")] 113 113 [TestProperty("Time", "short")] 114 114 public void IGraphWrappersMatrixScaleTest() { -
trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersVectorTest.cs
r14247 r14257 29 29 [TestMethod] 30 30 [TestCategory("ExtLibs")] 31 [TestCategory(" igraph")]31 [TestCategory("ExtLibs.igraph")] 32 32 [TestProperty("Time", "short")] 33 33 public void IGraphWrappersVectorConstructionAndFinalizationTest() { … … 50 50 [TestMethod] 51 51 [TestCategory("ExtLibs")] 52 [TestCategory(" igraph")]52 [TestCategory("ExtLibs.igraph")] 53 53 [TestProperty("Time", "short")] 54 54 public void IGraphWrappersVectorGetSetTest() { … … 72 72 [TestMethod] 73 73 [TestCategory("ExtLibs")] 74 [TestCategory(" igraph")]74 [TestCategory("ExtLibs.igraph")] 75 75 [TestProperty("Time", "short")] 76 76 public void IGraphWrappersVectorFillTest() { … … 82 82 [TestMethod] 83 83 [TestCategory("ExtLibs")] 84 [TestCategory(" igraph")]84 [TestCategory("ExtLibs.igraph")] 85 85 [TestProperty("Time", "short")] 86 86 public void IGraphWrappersVectorReverseTest() { … … 96 96 [TestMethod] 97 97 [TestCategory("ExtLibs")] 98 [TestCategory(" igraph")]98 [TestCategory("ExtLibs.igraph")] 99 99 [TestProperty("Time", "short")] 100 100 public void IGraphWrappersVectorShuffleTest() { … … 111 111 [TestMethod] 112 112 [TestCategory("ExtLibs")] 113 [TestCategory(" igraph")]113 [TestCategory("ExtLibs.igraph")] 114 114 [TestProperty("Time", "short")] 115 115 public void IGraphWrappersVectorScaleTest() { -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r14250 r14257 566 566 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" /> 567 567 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" /> 568 <Compile Include="HeuristicLab.IGraph\IGraphWrappersGraphTest.cs" />569 <Compile Include="HeuristicLab.IGraph\IGraphLayoutTest.cs" />570 <Compile Include="HeuristicLab.IGraph\IGraphWrappersVectorTest.cs" />571 <Compile Include="HeuristicLab.IGraph\IGraphWrappersMatrixTest.cs" />572 568 <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" /> 573 569 <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
Note: See TracChangeset
for help on using the changeset viewer.