AttachmentEvent class

Special event to attach files to test cases

Constructors

AttachmentEvent.fromMessage(String message)
Create attachment event from plain string message.

Properties

attachment String
Path to file.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

isEligible(String message) bool
Check string message is probably AttachmentEvent

Constants

kTag → const String
Prefix to plain message to distinguish attachment events from other events