Uses of Class
com.testmonitor.resources.TestCaseFolder
Packages that use TestCaseFolder
-
Uses of TestCaseFolder in com.testmonitor.actions
Methods in com.testmonitor.actions that return TestCaseFolderModifier and TypeMethodDescriptionTestCaseFolders.clone(TestCaseFolder source) Clone a test case folderTestCaseFolders.clone(TestCaseFolder source, String name) Clone a test case folderTestCaseFolders.clone(TestCaseFolder source, String name, boolean includeSubfolders, boolean includeTestCases) Clone a test case folderTestCaseFolders.create(TestCaseFolder testCaseFolder) Create a test case folderCreate a test case folderTestCaseFolders.create(String name, TestCaseFolder parent) Create a test case folderTestCaseFolders.createSubfolder(TestCaseFolder child, TestCaseFolder parent) Create a test case subfolderTestCaseFolders.createSubfolder(String name, TestCaseFolder parent) Create a test case subfolderTestCaseFolders.findOrCreate(String name) Find a test case folder using the provided name or create a new one.TestCaseFolders.findOrCreate(String name, TestCaseFolder parent) Find a test case folder using the provided name or create a new one.TestCaseFolders.update(TestCaseFolder testCaseFolder) Update a test case folder.Methods in com.testmonitor.actions that return types with arguments of type TestCaseFolderModifier and TypeMethodDescriptionTestCaseFolders.findByName(String name) Find a test case folder using the provided name and test folder.TestCaseFolders.findByName(String name, TestCaseFolder parent) Find a test case folder using the provided name and test folder.TestCaseFolders.findByName(String name, Integer parentId) Find a test case folder using the provided name and test folder.TestCaseFolders.list()Methods in com.testmonitor.actions with parameters of type TestCaseFolderModifier and TypeMethodDescriptionTestCaseFolders.clone(TestCaseFolder source) Clone a test case folderTestCaseFolders.clone(TestCaseFolder source, String name) Clone a test case folderTestCaseFolders.clone(TestCaseFolder source, String name, boolean includeSubfolders, boolean includeTestCases) Clone a test case folderTestCaseFolders.create(TestCaseFolder testCaseFolder) Create a test case folderTestCaseFolders.create(String name, TestCaseFolder parent) Create a test case folderTestCases.create(String name, TestCaseFolder testCaseFolder) Create a test case using the provided name and test case folder.TestCaseFolders.createSubfolder(TestCaseFolder child, TestCaseFolder parent) Create a test case subfolderTestCaseFolders.createSubfolder(String name, TestCaseFolder parent) Create a test case subfolderTestCaseFolders.findByName(String name, TestCaseFolder parent) Find a test case folder using the provided name and test folder.TestCaseFolders.findOrCreate(String name, TestCaseFolder parent) Find a test case folder using the provided name 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.move(TestCase testCase, TestCaseFolder testCaseFolder) Move a test case to another folderTestCaseFolders.update(TestCaseFolder testCaseFolder) Update a test case folder. -
Uses of TestCaseFolder in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return TestCaseFolderMethods in com.testmonitor.parsers that return types with arguments of type TestCaseFolderModifier and TypeMethodDescriptionstatic ArrayList<TestCaseFolder> TestCaseFolderParser.parse(org.json.JSONObject response) Parse a JSONObject in a list of test cases -
Uses of TestCaseFolder in com.testmonitor.resources
Methods in com.testmonitor.resources that return TestCaseFolderModifier and TypeMethodDescriptionstatic TestCaseFolderTestCaseFolder.root(int projectId) static TestCaseFolderTestCaseFolder.setChildrenCount(Integer childrenCount) TestCaseFolder.setChildrenCount(String childrenCount) TestCaseFolder.setDescription(String description) TestCaseFolder.setParent(TestCaseFolder parent) TestCaseFolder.setParentId(Integer parentId) TestCaseFolder.setParentId(String parentId) TestCaseFolder.setProjectId(Integer projectId) TestCaseFolder.setProjectId(String projectId) TestCaseFolder.setTestCasesCount(Integer testCasesCount) TestCaseFolder.setTestCasesCount(String testCasesCount) Methods in com.testmonitor.resources with parameters of type TestCaseFolder