Uses of Class
com.amazonaws.services.devicefarm.model.Test
-
Packages that use Test Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Test in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Test Modifier and Type Method Description TestTest. clone()TestGetTestResult. getTest()TestTest. withArn(String arn)The test's ARN.TestTest. withCounters(Counters counters)The test's result counters.TestTest. withCreated(Date created)When the test was created.TestTest. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test.TestTest. withMessage(String message)A message about the test's result.TestTest. withName(String name)The test's name.TestTest. withResult(ExecutionResult result)The test's result.TestTest. withResult(String result)The test's result.TestTest. withStarted(Date started)The test's start time.TestTest. withStatus(ExecutionStatus status)The test's status.TestTest. withStatus(String status)The test's status.TestTest. withStopped(Date stopped)The test's stop time.TestTest. withType(TestType type)The test's type.TestTest. withType(String type)The test's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Test Modifier and Type Method Description List<Test>ListTestsResult. getTests()Information about the tests.Methods in com.amazonaws.services.devicefarm.model with parameters of type Test Modifier and Type Method Description voidGetTestResult. setTest(Test test)GetTestResultGetTestResult. withTest(Test test)ListTestsResultListTestsResult. withTests(Test... tests)Information about the tests.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Test Modifier and Type Method Description voidListTestsResult. setTests(Collection<Test> tests)Information about the tests.ListTestsResultListTestsResult. withTests(Collection<Test> tests)Information about the tests.
-