KorgeScreenshotTestResults

data class KorgeScreenshotTestResults(val testMethodName: String, val results: MutableList<KorgeScreenshotTestResult> = mutableListOf())

Constructors

Link copied to clipboard
constructor(testMethodName: String, results: MutableList<KorgeScreenshotTestResult> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard