Uses of Class
com.testingbot.models.TestingbotLabRunAck
-
Packages that use TestingbotLabRunAck Package Description com.testingbot.testingbotrest Entry point for the TestingBot REST API Java client. -
-
Uses of TestingbotLabRunAck in com.testingbot.testingbotrest
Methods in com.testingbot.testingbotrest that return TestingbotLabRunAck Modifier and Type Method Description TestingbotLabRunAckTestingbotREST. triggerAllLabTests()Runs all Codeless tests.TestingbotLabRunAckTestingbotREST. triggerLabSuite(int suiteId)Runs a Codeless suite.TestingbotLabRunAckTestingbotREST. triggerLabTest(int labTestId)Runs a Codeless test.
-