toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge
/
korlibs.korge.testing
/
KorgeScreenshotTestingContext
Korge
Screenshot
Testing
Context
jvm
data
class
KorgeScreenshotTestingContext
(
val
testClassName
:
String
,
val
testMethodName
:
String
)
Members
Constructors
Korge
Screenshot
Testing
Context
Link copied to clipboard
jvm
constructor
(
testClassName
:
String
,
testMethodName
:
String
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Properties
existing
Golden
Names
Link copied to clipboard
jvm
lateinit
var
existingGoldenNames
:
Set
<
String
>
temp
Goldens
Vfs
Link copied to clipboard
jvm
val
tempGoldensVfs
:
VfsFile
test
Class
Name
Link copied to clipboard
jvm
val
testClassName
:
String
test
Goldens
Vfs
Link copied to clipboard
jvm
val
testGoldensVfs
:
VfsFile
test
Method
Name
Link copied to clipboard
jvm
val
testMethodName
:
String
Functions
init
Link copied to clipboard
jvm
suspend
fun
init
(
)
make
Golden
File
Name
With
Extension
Link copied to clipboard
jvm
fun
makeGoldenFileNameWithExtension
(
goldenName
:
String
)
:
String