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)
Functions
Link copied to clipboard
suspend fun recordGolden( view: View, goldenName: String, settingOverride: KorgeScreenshotValidationSettings = defaultValidationSettings, includeBackground: Boolean = true)