KorgeScreenshotTestResults
data class KorgeScreenshotTestResults(val testMethodName: String, val results: MutableList<KorgeScreenshotTestResult> = mutableListOf())
Constructors
Link copied to clipboard
constructor(testMethodName: String, results: MutableList<KorgeScreenshotTestResult> = mutableListOf())