CompareResult

data class CompareResult(val match: Boolean, val differences: MutableList<Difference> = mutableListOf())

Constructors

Link copied to clipboard
constructor(match: Boolean, differences: MutableList<Difference> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun finalCheck(printObjects: Boolean = false)