Uses of Class
com.testingbot.models.TestingbotLabSuite
-
Packages that use TestingbotLabSuite Package Description com.testingbot.models Plain Gson-mapped POJOs for the TestingBot REST API resources.com.testingbot.testingbotrest Entry point for the TestingBot REST API Java client. -
-
Uses of TestingbotLabSuite in com.testingbot.models
Methods in com.testingbot.models that return types with arguments of type TestingbotLabSuite Modifier and Type Method Description java.util.ArrayList<TestingbotLabSuite>TestingbotLabSuiteCollection. getData()Method parameters in com.testingbot.models with type arguments of type TestingbotLabSuite Modifier and Type Method Description voidTestingbotLabSuiteCollection. setData(java.util.ArrayList<TestingbotLabSuite> data) -
Uses of TestingbotLabSuite in com.testingbot.testingbotrest
Methods in com.testingbot.testingbotrest that return TestingbotLabSuite Modifier and Type Method Description TestingbotLabSuiteTestingbotREST. getLabSuite(int suiteId)Gets a specific Codeless test suite.
-