Interface TestSet

    • Method Detail

      • getTestCases

        @Deprecated
        RemoteCollection<Scenario> getTestCases()
                                         throws java.rmi.RemoteException
        Deprecated.
        Use getSelectedTestCasesOrGroups(). This method will be removed in TPT 18.
        Returns:
        The set of all test cases that are assigned to this TestSet and are not suppresed by its test set condition (using default values to evaluate the condition).
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getSelectedTestCasesOrGroups

        RemoteCollection<ScenarioOrGroup> getSelectedTestCasesOrGroups()
                                                                throws java.rmi.RemoteException
        Get the selected test cases and test case groups without taking the test set condition into account. If a group is contained in the set all descendent scenarios in this group are contained in the set as well.
        Returns:
        The raw selected test cases and test case groups.
        Throws:
        java.rmi.RemoteException - remote communication problem