Class Suite
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<Suite.Builder,Suite> 
Represents a collection of one or more tests.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The suite's ARN.static Suite.Builderbuilder()final Counterscounters()The suite's result counters.final Instantcreated()When the suite was created.final DeviceMinutesRepresents the total (metered or unmetered) minutes used by the test suite.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringmessage()A message about the suite's result.final Stringname()The suite's name.final ExecutionResultresult()The suite's result.final StringThe suite's result.static Class<? extends Suite.Builder> final Instantstarted()The suite's start time.final ExecutionStatusstatus()The suite's status.final StringThe suite's status.final Instantstopped()The suite's stop time.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final TestTypetype()The suite's type.final StringThe suite's type.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
arn
The suite's ARN.
- Returns:
 - The suite's ARN.
 
 - 
name
The suite's name.
- Returns:
 - The suite's name.
 
 - 
type
The suite's type.
Must be one of the following values:
- 
 
BUILTIN_FUZZ
 - 
 
BUILTIN_EXPLORER
Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
 - 
 
APPIUM_JAVA_JUNIT
 - 
 
APPIUM_JAVA_TESTNG
 - 
 
APPIUM_PYTHON
 - 
 
APPIUM_NODE
 - 
 
APPIUM_RUBY
 - 
 
APPIUM_WEB_JAVA_JUNIT
 - 
 
APPIUM_WEB_JAVA_TESTNG
 - 
 
APPIUM_WEB_PYTHON
 - 
 
APPIUM_WEB_NODE
 - 
 
APPIUM_WEB_RUBY
 - 
 
CALABASH
 - 
 
INSTRUMENTATION
 - 
 
UIAUTOMATION
 - 
 
UIAUTOMATOR
 - 
 
XCTEST
 - 
 
XCTEST_UI
 
If the service returns an enum value that is not available in the current SDK version,
typewill returnTestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
 - The suite's type.
         
Must be one of the following values:
- 
         
BUILTIN_FUZZ
 - 
         
BUILTIN_EXPLORER
Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
 - 
         
APPIUM_JAVA_JUNIT
 - 
         
APPIUM_JAVA_TESTNG
 - 
         
APPIUM_PYTHON
 - 
         
APPIUM_NODE
 - 
         
APPIUM_RUBY
 - 
         
APPIUM_WEB_JAVA_JUNIT
 - 
         
APPIUM_WEB_JAVA_TESTNG
 - 
         
APPIUM_WEB_PYTHON
 - 
         
APPIUM_WEB_NODE
 - 
         
APPIUM_WEB_RUBY
 - 
         
CALABASH
 - 
         
INSTRUMENTATION
 - 
         
UIAUTOMATION
 - 
         
UIAUTOMATOR
 - 
         
XCTEST
 - 
         
XCTEST_UI
 
 - 
         
 - See Also:
 
 - 
 
 - 
typeAsString
The suite's type.
Must be one of the following values:
- 
 
BUILTIN_FUZZ
 - 
 
BUILTIN_EXPLORER
Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
 - 
 
APPIUM_JAVA_JUNIT
 - 
 
APPIUM_JAVA_TESTNG
 - 
 
APPIUM_PYTHON
 - 
 
APPIUM_NODE
 - 
 
APPIUM_RUBY
 - 
 
APPIUM_WEB_JAVA_JUNIT
 - 
 
APPIUM_WEB_JAVA_TESTNG
 - 
 
APPIUM_WEB_PYTHON
 - 
 
APPIUM_WEB_NODE
 - 
 
APPIUM_WEB_RUBY
 - 
 
CALABASH
 - 
 
INSTRUMENTATION
 - 
 
UIAUTOMATION
 - 
 
UIAUTOMATOR
 - 
 
XCTEST
 - 
 
XCTEST_UI
 
If the service returns an enum value that is not available in the current SDK version,
typewill returnTestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
 - The suite's type.
         
Must be one of the following values:
- 
         
BUILTIN_FUZZ
 - 
         
BUILTIN_EXPLORER
Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
 - 
         
APPIUM_JAVA_JUNIT
 - 
         
APPIUM_JAVA_TESTNG
 - 
         
APPIUM_PYTHON
 - 
         
APPIUM_NODE
 - 
         
APPIUM_RUBY
 - 
         
APPIUM_WEB_JAVA_JUNIT
 - 
         
APPIUM_WEB_JAVA_TESTNG
 - 
         
APPIUM_WEB_PYTHON
 - 
         
APPIUM_WEB_NODE
 - 
         
APPIUM_WEB_RUBY
 - 
         
CALABASH
 - 
         
INSTRUMENTATION
 - 
         
UIAUTOMATION
 - 
         
UIAUTOMATOR
 - 
         
XCTEST
 - 
         
XCTEST_UI
 
 - 
         
 - See Also:
 
 - 
 
 - 
created
When the suite was created.
- Returns:
 - When the suite was created.
 
 - 
status
The suite's status.
Allowed values include:
- 
 
PENDING
 - 
 
PENDING_CONCURRENCY
 - 
 
PENDING_DEVICE
 - 
 
PROCESSING
 - 
 
SCHEDULING
 - 
 
PREPARING
 - 
 
RUNNING
 - 
 
COMPLETED
 - 
 
STOPPING
 
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
 - The suite's status.
         
Allowed values include:
- 
         
PENDING
 - 
         
PENDING_CONCURRENCY
 - 
         
PENDING_DEVICE
 - 
         
PROCESSING
 - 
         
SCHEDULING
 - 
         
PREPARING
 - 
         
RUNNING
 - 
         
COMPLETED
 - 
         
STOPPING
 
 - 
         
 - See Also:
 
 - 
 
 - 
statusAsString
The suite's status.
Allowed values include:
- 
 
PENDING
 - 
 
PENDING_CONCURRENCY
 - 
 
PENDING_DEVICE
 - 
 
PROCESSING
 - 
 
SCHEDULING
 - 
 
PREPARING
 - 
 
RUNNING
 - 
 
COMPLETED
 - 
 
STOPPING
 
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
 - The suite's status.
         
Allowed values include:
- 
         
PENDING
 - 
         
PENDING_CONCURRENCY
 - 
         
PENDING_DEVICE
 - 
         
PROCESSING
 - 
         
SCHEDULING
 - 
         
PREPARING
 - 
         
RUNNING
 - 
         
COMPLETED
 - 
         
STOPPING
 
 - 
         
 - See Also:
 
 - 
 
 - 
result
The suite's result.
Allowed values include:
- 
 
PENDING
 - 
 
PASSED
 - 
 
WARNED
 - 
 
FAILED
 - 
 
SKIPPED
 - 
 
ERRORED
 - 
 
STOPPED
 
If the service returns an enum value that is not available in the current SDK version,
resultwill returnExecutionResult.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresultAsString().- Returns:
 - The suite's result.
         
Allowed values include:
- 
         
PENDING
 - 
         
PASSED
 - 
         
WARNED
 - 
         
FAILED
 - 
         
SKIPPED
 - 
         
ERRORED
 - 
         
STOPPED
 
 - 
         
 - See Also:
 
 - 
 
 - 
resultAsString
The suite's result.
Allowed values include:
- 
 
PENDING
 - 
 
PASSED
 - 
 
WARNED
 - 
 
FAILED
 - 
 
SKIPPED
 - 
 
ERRORED
 - 
 
STOPPED
 
If the service returns an enum value that is not available in the current SDK version,
resultwill returnExecutionResult.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresultAsString().- Returns:
 - The suite's result.
         
Allowed values include:
- 
         
PENDING
 - 
         
PASSED
 - 
         
WARNED
 - 
         
FAILED
 - 
         
SKIPPED
 - 
         
ERRORED
 - 
         
STOPPED
 
 - 
         
 - See Also:
 
 - 
 
 - 
started
The suite's start time.
- Returns:
 - The suite's start time.
 
 - 
stopped
The suite's stop time.
- Returns:
 - The suite's stop time.
 
 - 
counters
The suite's result counters.
- Returns:
 - The suite's result counters.
 
 - 
message
A message about the suite's result.
- Returns:
 - A message about the suite's result.
 
 - 
deviceMinutes
Represents the total (metered or unmetered) minutes used by the test suite.
- Returns:
 - Represents the total (metered or unmetered) minutes used by the test suite.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<Suite.Builder,Suite> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -