Checker class abstract
Checks some property of annotated element. Fails if this property does not hold at runtime.
Can be applied to classes, to check every instance of a page object, or in conjunction with a CssFinder.
Note these are only applied when resolving an element, which only occurs if the element is interacted with.
Constructors
- Checker()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
check(
PageLoaderElement element) → bool -
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