F enum

Builtin Honey Functions

Inheritance

Constructors

F()
const

Values

click → const F

click a widget

verify → const F

Verify an expression is true

enter → const F

Enter text into the focused text field

wait → const F

Wait for the specified duration

swipe → const F

Swipe a widget

output → const F

Output a message to the test runner

error → const F

Fail the test

and → const F

Logical and

or → const F

Logical or

not → const F

Logical not

property → const F

Return the specified property of an expression

variable → const F

Get or set a variable

widgets → const F

Find widgets on the screen

now → const F

Get the current date and time

format → const F

Format a date

equal → const F

Compare two expessions for equality

greater → const F

Whether the first expression is greater than the second

less → const F

Whether the first expression is less than the second

plus → const F

Add two expressions

minus → const F

Subtract two expressions

multiply → const F

Multiply two expressions

divide → const F

Divide two expressions

pow → const F

Get the remainder of two expressions

startsWith → const F
endsWith → const F
contains → const F
matches → const F

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<F>
A constant List of the values in this enum, in order of their declaration.