Uses of Class
com.amazonaws.services.devicefarm.model.Test
Packages that use Test
-
Uses of Test in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return TestModifier and TypeMethodDescriptionTest.clone()
GetTestResult.getTest()
The test's ARN.Test.withCounters
(Counters counters) The test's result counters.Test.withCreated
(Date created) When the test was created.Test.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test.Test.withMessage
(String message) A message about the test's result.The test's name.Test.withResult
(ExecutionResult result) The test's result.Test.withResult
(String result) The test's result.Test.withStarted
(Date started) The test's start time.Test.withStatus
(ExecutionStatus status) The test's status.Test.withStatus
(String status) The test's status.Test.withStopped
(Date stopped) The test's stop time.The test's type.The test's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type TestMethods in com.amazonaws.services.devicefarm.model with parameters of type TestModifier and TypeMethodDescriptionvoid
Information about the tests.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type TestModifier and TypeMethodDescriptionvoid
ListTestsResult.setTests
(Collection<Test> tests) Information about the tests.ListTestsResult.withTests
(Collection<Test> tests) Information about the tests.