Uses of Class
com.testingbot.models.TestingbotLabTest
-
Packages that use TestingbotLabTest 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 TestingbotLabTest in com.testingbot.models
Methods in com.testingbot.models that return types with arguments of type TestingbotLabTest Modifier and Type Method Description java.util.ArrayList<TestingbotLabTest>TestingbotLabTestCollection. getData()Method parameters in com.testingbot.models with type arguments of type TestingbotLabTest Modifier and Type Method Description voidTestingbotLabTestCollection. setData(java.util.ArrayList<TestingbotLabTest> data) -
Uses of TestingbotLabTest in com.testingbot.testingbotrest
Methods in com.testingbot.testingbotrest that return TestingbotLabTest Modifier and Type Method Description TestingbotLabTestTestingbotREST. getLabTest(int labTestId)Gets a specific Codeless test.
-