MyComparisonResult class

Inheritance

Constructors

MyComparisonResult({required bool passed, required double diffPercent, String? error, Map<String, Image>? diffs, required SimpleHistogram? pixelDiffHistogram})

Properties

diffPercent double
The calculated percentage of pixel difference between two images.
finalinherited
diffs Map<String, Image>?
Map containing differential images to illustrate found variants in pixel values in the execution of the pixel test.
finalinherited
error String?
Error message used to describe the cause of the pixel comparison failure.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
passed bool
Indicates whether or not a pixel comparison test has failed.
finalinherited
pixelDiffHistogram SimpleHistogram?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes the images held by this ComparisonResult.
inherited
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