RootMeanSquareErrorValue

data class RootMeanSquareErrorValue(val tolerance: Float = 0.0f) : ComparisonMethod

Root-mean-square error value, @see https://github.com/usefulness/screenshot-tests-for-android/pull/190#issue-2025888191

Constructors

Link copied to clipboard
constructor(tolerance: Float = 0.0f)

Properties

Link copied to clipboard
val tolerance: Float = 0.0f