TFinderCommand class

Inheritance
Available Extensions

Properties

finder Finder
final
hashCode int
The hash code for this object.
no setterinherited
overrideActualDescription String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t ConvenientTest
finalinherited

Methods

act({required Future<void> act(LogHandle log), required Matcher? preCondition, required String logTitle, required String logMessage, bool? settle}) Future<void>
drag(Offset offset, {bool warnIfMissed = true, bool? settle}) Future<void>
enterTextWithoutReplace(String text, {bool? settle}) Future<void>
getCurrentActual() Future<Object?>
override
longPress({bool warnIfMissed = true, bool? settle}) Future<void>
multiDrag({required Offset firstDownOffset, required Offset secondDownOffset, required List<Offset> firstFingerOffsets, required List<Offset> secondFingerOffsets, bool? logMove, bool? settle}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceText(String text, {bool? settle}) Future<void>
tap({bool warnIfMissed = true, bool? settle}) Future<void>
tapAtAlignment(Alignment alignment, {bool warnIfMissed = true, bool? settle}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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