DataCase class

All of the data pertaining to a particular test case, namely the input and expectedOutput.

Constructors

DataCase({required String directory, required String file, required String front_matter, required String description, required bool skip, required String input, required String expectedOutput})

Properties

description String
final
directory String
final
expectedOutput String
final
file String
final
front_matter String
final
hashCode int
The hash code for this object.
no setterinherited
input String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip bool
final
testDescription String
A good standard description for test(), derived from the data directory, the particular data file, and the test case description.
no setter

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