Registry class

The registry of all the actions a Tester can perform.

Constructors

Registry()

Properties

actions UnmodifiableMapView<String, ActionRegistration>
Map of all the action that are registered.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAction(String name, dynamic arguments) Action
Returns the action with the given name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAction(String name, Function action, {Symbol? shortHandIs, List<Alias> aliases = const []}) → void
Registers an action with the registry.
toString() String
A string representation of this object.
inherited

Operators

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