PixelDiffGoldenComparator class
A golden file comparator that allows a specified number of pixels to be different between the golden image file and the test image file, and still pass.
- Inheritance
-
- Object
- GoldenFileComparator
- LocalFileComparator
- PixelDiffGoldenComparator
Constructors
- PixelDiffGoldenComparator(String testBaseDirectory, {required int pixelCount})
Properties
Methods
-
compare(
Uint8List imageBytes, Uri golden) → Future< bool> -
Compares the pixels of decoded png
imageBytesagainst the golden file identified bygolden.override -
generateFailureOutput(
ComparisonResult result, Uri golden, Uri basedir, {String key = ''}) → Future< String> -
Writes out diffs from the ComparisonResult of a golden file test.
inherited
-
getFailureFile(
String failure, Uri golden, Uri basedir) → File -
Returns the appropriate file for a given diff from a ComparisonResult.
inherited
-
getGoldenBytes(
Uri golden) → Future< List< int> > -
Returns the bytes of the given
goldenfile.override -
getTestUri(
Uri key, int? version) → Uri -
Returns a new golden file Uri to incorporate any
versionnumber with thekey.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Uri golden, Uint8List imageBytes) → Future< void> -
Updates the golden file identified by
goldenwithimageBytes.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited