ActionMessage class

A general message related to all kinds of entities in Gherkin tests

Implementers

Constructors

ActionMessage({required Target target, required String name, required RunnableDebugInformation context})
A general message related to all kinds of entities in Gherkin tests
const

Properties

context RunnableDebugInformation
Message context in various test states
final
hashCode int
The hash code for this object.
no setterinherited
name String
The ordinal name of the test, for example Step 1
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Target
Type of Gherkin entity
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