Changeset 9770 for trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ReplaceBranchManipulationTest.cs
- Timestamp:
- 07/26/13 13:03:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ReplaceBranchManipulationTest.cs
r9764 r9770 34 34 private TestContext testContextInstance; 35 35 36 /// <summary> 37 ///Gets or sets the test context which provides 38 ///information about and functionality for the current test run. 39 ///</summary> 40 public TestContext TestContext { 41 get { 42 return testContextInstance; 43 } 44 set { 45 testContextInstance = value; 46 } 47 } 48 49 [TestMethod()] 36 [TestMethod] 37 [TestCategory("Encodings.SymbolicExpressionTree")] 38 [TestProperty("Time", "long")] 50 39 public void ReplaceBranchManipulationDistributionsTest() { 51 40 SymbolicExpressionTreeStringFormatter formatter = new SymbolicExpressionTreeStringFormatter();
Note: See TracChangeset
for help on using the changeset viewer.