Class: Aws::DeviceFarm::Types::Test
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Test
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents a condition that is evaluated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The test's ARN.
-
#counters ⇒ Types::Counters
The test's result counters.
-
#created ⇒ Time
When the test was created.
-
#device_minutes ⇒ Types::DeviceMinutes
Represents the total (metered or unmetered) minutes used by the test.
-
#message ⇒ String
A message about the test's result.
-
#name ⇒ String
The test's name.
-
#result ⇒ String
The test's result.
-
#started ⇒ Time
The test's start time.
-
#status ⇒ String
The test's status.
-
#stopped ⇒ Time
The test's stop time.
-
#type ⇒ String
The test's type.
Instance Attribute Details
#arn ⇒ String
The test's ARN.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#counters ⇒ Types::Counters
The test's result counters.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
When the test was created.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#device_minutes ⇒ Types::DeviceMinutes
Represents the total (metered or unmetered) minutes used by the test.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the test's result.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The test's name.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
The test's result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#started ⇒ Time
The test's start time.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The test's status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#stopped ⇒ Time
The test's stop time.
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The test's type.
Must be one of the following values:
BUILTIN_FUZZ
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
INSTRUMENTATION
XCTEST
XCTEST_UI
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5638 class Test < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device_minutes) SENSITIVE = [] include Aws::Structure end |