viddik
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
viddik
viddik-testing-core
/
ru.workinprogress.viddik.core
/
DiffResult
Diff
Result
data
class
DiffResult
(
val
diffImage
:
BufferedImage
,
val
mismatchedPixels
:
Int
,
val
totalPixels
:
Int
)
Members
Constructors
Diff
Result
Link copied to clipboard
constructor
(
diffImage
:
BufferedImage
,
mismatchedPixels
:
Int
,
totalPixels
:
Int
)
Properties
diff
Image
Link copied to clipboard
val
diffImage
:
BufferedImage
mismatched
Pixels
Link copied to clipboard
val
mismatchedPixels
:
Int
mismatch
Percent
Link copied to clipboard
val
mismatchPercent
:
Double
total
Pixels
Link copied to clipboard
val
totalPixels
:
Int
Functions
matches
Link copied to clipboard
fun
matches
(
tolerancePercent
:
Double
=
DEFAULT_TOLERANCE_PERCENT
,
minMismatchedPixels
:
Int
=
DEFAULT_MIN_MISMATCHED_PIXELS
)
:
Boolean