KorgeScreenshotTester

class KorgeScreenshotTester(    val views: Views,     context: KorgeScreenshotTestingContext,     defaultValidationSettings: KorgeScreenshotValidationSettings,     testingLock: Mutex,     testResultsOutput: KorgeScreenshotTestResults)

Constructors

Link copied to clipboard
constructor(    views: Views,     context: KorgeScreenshotTestingContext,     defaultValidationSettings: KorgeScreenshotValidationSettings,     testingLock: Mutex,     testResultsOutput: KorgeScreenshotTestResults)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun endTest()
Link copied to clipboard
suspend fun recordGolden(    view: View,     goldenName: String,     settingOverride: KorgeScreenshotValidationSettings = defaultValidationSettings,     includeBackground: Boolean = true)