Uses of Class
com.testmonitor.resources.TestSuite
Packages that use TestSuite
-
Uses of TestSuite in com.testmonitor.actions
Methods in com.testmonitor.actions that return TestSuiteModifier and TypeMethodDescriptionCreate a test suite using the test suite object.Create a test suite using the provided name.TestSuites.findOrCreate(String name) Find a test suite using the provided name or create a new one.Update a test suite.Methods in com.testmonitor.actions that return types with arguments of type TestSuiteModifier and TypeMethodDescriptionTestSuites.findByName(String name) Find a test suite using the provided name.TestSuites.list()Search through test suites.Methods in com.testmonitor.actions with parameters of type TestSuiteModifier and TypeMethodDescriptionCreate a test case using the provided name and test suite.Create a test suite using the test suite object.TestCases.findOrCreate(String name, TestSuite testSuite) Find a test case using the provided name and test suite or create a new one.Update a test suite. -
Uses of TestSuite in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return TestSuiteMethods in com.testmonitor.parsers that return types with arguments of type TestSuite -
Uses of TestSuite in com.testmonitor.resources
Methods in com.testmonitor.resources that return TestSuiteModifier and TypeMethodDescriptionTestSuite.setDescription(String description) TestSuite.setProjectId(Integer projectId) TestSuite.setProjectId(String projectId)