Uses of Class
com.testmonitor.resources.TestCase
Packages that use TestCase
-
Uses of TestCase in com.testmonitor.actions
Methods in com.testmonitor.actions that return TestCaseModifier and TypeMethodDescriptionCreate a test case.Create a test case using the provided name and test suite.Create a test case using the provided name and test suite ID.TestCases.findOrCreate(TestCase testCase) Find a test case using the provided test case object or create a new one.TestCases.findOrCreate(String query, TestSuite testSuite) Find a test case using the provided query and test suite or create a new one.TestCases.findOrCreate(String query, Integer testSuiteId) Find a test case using the provided query and test suite ID or create a new one.Update a test case.Methods in com.testmonitor.actions that return types with arguments of type TestCaseModifier and TypeMethodDescriptionTestCases.list()Search through test cases.Search though test cases in a test suite.Methods in com.testmonitor.actions with parameters of type TestCase -
Uses of TestCase in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return TestCaseMethods in com.testmonitor.parsers that return types with arguments of type TestCase -
Uses of TestCase in com.testmonitor.resources
Methods in com.testmonitor.resources that return TestCaseModifier and TypeMethodDescriptionTestCase.setDescription(String description) TestCase.setTestSuiteId(Integer testSuiteId) TestCase.setTestSuiteId(String testSuiteId)