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.TestCases.create(String name, TestCaseFolder testCaseFolder) Create a test case using the provided name and test case folder.Create a test case using the provided name and test case folder ID.TestCases.findOrCreate(TestCase testCase) Find a test case using the provided test case object or create a new one.TestCases.findOrCreate(String name, TestCaseFolder testCaseFolder) Find a test case using the provided name and test case folder or create a new one.TestCases.findOrCreate(String name, Integer testCaseFolderId) Find a test case using the provided name and test case folder ID or create a new one.TestCases.move(int testCaseId, int testCaseFolderId) Move a test case to another folderTestCases.move(TestCase testCase, TestCaseFolder testCaseFolder) Move a test case to another folderUpdate a test case.Methods in com.testmonitor.actions that return types with arguments of type TestCaseModifier and TypeMethodDescriptionTestCases.findByName(String name, Integer testCaseFolderId) Find a test case using the provided name and test folder ID.TestCases.list()Search through test cases.Search though test cases in a folder.Methods in com.testmonitor.actions with parameters of type TestCaseModifier and TypeMethodDescriptionCreate a test case.TestCases.findOrCreate(TestCase testCase) Find a test case using the provided test case object or create a new one.TestCases.move(TestCase testCase, TestCaseFolder testCaseFolder) Move a test case to another folderUpdate a test case. -
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.setProjectId(Integer projectId) TestCase.setProjectId(String projectId) TestCase.setTestCaseFolderId(Integer testCaseFolderId) TestCase.setTestCaseFolderId(String testCaseFolderId)