Package gw.test

Class TestExecutionManager.TestInfo

  • Enclosing class:
    TestExecutionManager

    public static class TestExecutionManager.TestInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _testCount  
      int _testsRun  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestInfo​(int testCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAtLastTest()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _testsRun

        public int _testsRun
      • _testCount

        private int _testCount
    • Constructor Detail

      • TestInfo

        public TestInfo​(int testCount)
    • Method Detail

      • isAtLastTest

        public boolean isAtLastTest()