UnitTestingEnvironment class
Constructors
Properties
- context ↔ BaseContext?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- network ↔ TestingMemberOperating
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildMemberSync(
Member source, MemberBuilder builder) → void -
command(
Agent< Paper> agent, Paper paper, {dynamic cause}) → Future<void> -
commandTestingUnit(
Paper paper, {dynamic cause}) → Future< void> -
constructRootWidget(
UnitWidget< Paper> widget) → Future<void> -
disposeUnit(
Agent< Paper> agent) → void -
initUnit(
UnitAgent< Paper> agent, Unit<Paper> unit) → Future<void> -
initWidgetUnit(
WidgetAgent< Paper> agent, WidgetUnit unit) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
observeAgent(
Agent< Paper> agent) → void -
process(
Paper paper, dynamic cause) → void -
requestReport<
P extends Paper> (Agent< Paper> of) → Future<P?> -
setupTestingUnit(
Unit< Paper> unit) → Future<void> -
setupTestingUnitWidget(
UnitWidget< Paper> unitBuilder(UnitWidgetState<Paper, UnitWidget< state), WidgetTester tester) → Future<Paper> >void> -
takeNote(
Note note) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited