Interface TestSuite

    • Method Detail

      • addTest

        void addTest​(Test test)
        Adds a Test to the suite
      • removeTest

        void removeTest​(Test test)
        Removes a Test from the suite
      • getChildrenTests

        Test[] getChildrenTests()
        Returns this suite's Test. This should not return a reference to any internal structure held by the TestSuite. For example, if an internal array is used, this shoudl return a copy of that array.
      • getChildrenCount

        int getChildrenCount()
        Returns the number of child tests