TestConnection mixin
Mixin for testing with shim ConnectionInterfaces.
- Mixin applications
Properties
- closed ↔ bool
-
getter/setter pair
- connected ↔ bool
-
getter/setter pair
- connecting ↔ bool
-
getter/setter pair
- doneHandler ↔ StringCallback
-
getter/setter pair
- errorHandler ↔ StringCallback
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageHandler ↔ Uint8ListCallback
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sent
↔ Queue<
String> -
getter/setter pair
Methods
-
close(
) → void -
handleDone(
StringCallback doneHandler) → void -
handleError(
StringCallback errorHandler) → void -
listen(
Uint8ListCallback messageHandler) → void -
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