IosTest class
A iOS mobile test specification
Constructors
- IosTest({IosAppInfo? iosAppInfo, IosRoboTest? iosRoboTest, IosTestLoop? iosTestLoop, IosXcTest? iosXcTest, Duration? testTimeout})
- IosTest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosAppInfo ↔ IosAppInfo?
-
Information about the application under test.
getter/setter pair
- iosRoboTest ↔ IosRoboTest?
-
An iOS Robo test.
getter/setter pair
- iosTestLoop ↔ IosTestLoop?
-
An iOS test loop.
getter/setter pair
- iosXcTest ↔ IosXcTest?
-
An iOS XCTest.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testTimeout ↔ Duration?
-
Max time a test is allowed to run before it is automatically cancelled.
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