WindowVariant class

Inheritance

Constructors

WindowVariant(Set<WindowConfigData> windowConfigs)

Properties

currentValue WindowConfigData?
Returns the value currently under test.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Set<WindowConfigData>
Returns an iterable of the variations that this test dimension represents.
finalinherited
windowConfigs Set<WindowConfigData>
final

Methods

describeValue(WindowConfigData value) String
Returns the string that will be used to both add to the test description, and be printed when a test fails for this variation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUp(WindowConfigData value) Future<WindowConfigData>
A function that will be called before each value is tested, with the value that will be tested.
inherited
tearDown(WindowConfigData value, covariant WindowConfigData memento) Future<void>
A function that is guaranteed to be called after a value is tested, even if it throws an exception.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited