FakeChataptorClientRecorded class
Records every interaction made against a FakeChataptorClient.
Constructors
- FakeChataptorClientRecorded()
- Creates an empty recorder.
Properties
- clearSessionCalls ↔ int
-
Every
clearSession()call.getter/setter pair - connectCalls ↔ int
-
Every
connect()call.getter/setter pair - disconnectCalls ↔ int
-
Every
disconnect()call.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
identifyCalls
→ List<
CustomerIdentity> -
Every CustomerIdentity passed to
identify(), in call order. Use to assert that a host-app flow invoked identify after the merchant's own sign-in path completed.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sentMessages
→ List<
MessageDraft> -
Every draft that was sent through FakeChataptorClient.sendMessage.
final
Methods
-
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