Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Components/PrintStackTests.cs

    r15289 r15334  
    1717
    1818    [TestMethod]
     19    [TestProperty("Time", "Short")]
     20    [TestCategory("ComponentTest")]
    1921    public void TestPushLong() {
    2022      printStack.Push(100L);
     
    2426
    2527    [TestMethod]
     28    [TestProperty("Time", "Short")]
     29    [TestCategory("ComponentTest")]
    2630    public void TestPushDouble() {
    2731      printStack.Push(100.5D);
     
    3135
    3236    [TestMethod]
     37    [TestProperty("Time", "Short")]
     38    [TestCategory("ComponentTest")]
    3339    public void TestAsStringsWithNewline() {
    3440      printStack.Push(100.5D);
     
    4652
    4753    [TestMethod]
     54    [TestProperty("Time", "Short")]
     55    [TestCategory("ComponentTest")]
    4856    public void TestAsStringsWithoutNewline() {
    4957      printStack.Push(100.5D);
Note: See TracChangeset for help on using the changeset viewer.