CommandLineReporter class
A reporter that outputs comparison results to the command line.
This class reads and compares two files (approved and received) line by line, highlighting the differences in color-coded format.
- Implemented types
Constructors
- CommandLineReporter.new()
-
Default constructor for
CommandLineReporter
.const
Properties
- 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
-
report(
String approvedPath, String receivedPath, {String? message}) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited