IosTestLoop class
A test of an iOS application that implements one or more game loop scenarios.
This test type accepts an archived application (.ipa file) and a list of integer scenarios that will be executed on the app sequentially.
Constructors
-
IosTestLoop({String? appBundleId, FileReference? appIpa, List<
int> ? scenarios}) - IosTestLoop.fromJson(Map _json)
Properties
- appBundleId ↔ String?
-
The bundle id for the application under test.
getter/setter pair
- appIpa ↔ FileReference?
-
The .ipa of the application to test.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scenarios
↔ List<
int> ? -
The list of scenarios that should be run during the test.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited