Changeset 9770 for trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ArgumentCreaterTest.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/ArgumentCreaterTest.cs
r9764 r9770 35 35 private TestContext testContextInstance; 36 36 37 /// <summary> 38 ///Gets or sets the test context which provides 39 ///information about and functionality for the current test run. 40 ///</summary> 41 public TestContext TestContext { 42 get { 43 return testContextInstance; 44 } 45 set { 46 testContextInstance = value; 47 } 48 } 49 50 [TestMethod()] 37 [TestMethod] 38 [TestCategory("Encodings.SymbolicExpressionTree")] 39 [TestProperty("Time", "long")] 51 40 public void ArgumentCreaterDistributionsTest() { 52 41 var trees = new List<ISymbolicExpressionTree>();
Note: See TracChangeset
for help on using the changeset viewer.