- Timestamp:
- 08/21/17 11:33:53 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
- Property svn:ignore
-
old new 1 1 *.user 2 packages 3 TestResults
-
- Property svn:ignore
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Components/PrintStackTests.cs
r15289 r15334 17 17 18 18 [TestMethod] 19 [TestProperty("Time", "Short")] 20 [TestCategory("ComponentTest")] 19 21 public void TestPushLong() { 20 22 printStack.Push(100L); … … 24 26 25 27 [TestMethod] 28 [TestProperty("Time", "Short")] 29 [TestCategory("ComponentTest")] 26 30 public void TestPushDouble() { 27 31 printStack.Push(100.5D); … … 31 35 32 36 [TestMethod] 37 [TestProperty("Time", "Short")] 38 [TestCategory("ComponentTest")] 33 39 public void TestAsStringsWithNewline() { 34 40 printStack.Push(100.5D); … … 46 52 47 53 [TestMethod] 54 [TestProperty("Time", "Short")] 55 [TestCategory("ComponentTest")] 48 56 public void TestAsStringsWithoutNewline() { 49 57 printStack.Push(100.5D);
Note: See TracChangeset
for help on using the changeset viewer.