HaveElementPredicate<E extends Element, P> class
- Inheritance
-
- Object
- ElementPredicate<
E> - HaveElementPredicate
- Available extensions
Constructors
-
HaveElementPredicate(ElementPropertyAcessor<
E, P> accessor, ValueMatcher<P> matcher)
Properties
-
accessor
→ ElementPropertyAcessor<
E, P> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matcher
→ ValueMatcher<
P> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
and<
F extends Element> (ElementPredicate< F> other) → ElementPredicate<F> -
Available on ElementPredicate<
E> , provided by the ElementPredicateExtension extension -
cast<
F extends Element> () → ElementPredicate< F> -
Available on ElementPredicate<
E> , provided by the ElementPredicateExtension extension -
describe(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or<
F extends Element> (ElementPredicate< F> other) → ElementPredicate<F> -
Available on ElementPredicate<
E> , provided by the ElementPredicateExtension extension -
satisfies(
E element) → bool -
override
-
should(
ElementPredicate< E> predicate) → ArchTest<Element> -
Available on ElementPredicate<
E> , provided by the ElementPredicateExtension extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited