FeatureMessage class

A message related to a feature

Inheritance

Constructors

FeatureMessage({required String name, required RunnableDebugInformation context, List<Tag> tags = const [], String? description})
A message related to a feature

Properties

context RunnableDebugInformation
Message context in various test states
finalinherited
description String?
final
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>
Gherkin format tags
final
target Target
Type of Gherkin entity
finalinherited

Methods

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