Class: Google::Apis::ToolresultsV1beta3::AndroidTestLoop
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::AndroidTestLoop
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
Test Loops are tests that can be launched by the app itself, determining when to run by listening for an intent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AndroidTestLoop
constructor
A new instance of AndroidTestLoop.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AndroidTestLoop
Returns a new instance of AndroidTestLoop.
227 228 229 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 227 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
232 233 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 232 def update!(**args) end |