TestMessage class

Inheritance

Constructors

TestMessage({required Target target, required String name, required RunnableDebugInformation context, List<Tag> tags = const []})

Properties

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

Methods

copyWith({Target? target, String? name, RunnableDebugInformation? context, List<Tag>? tags}) TestMessage
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