readingbat-core
Toggle table of contents
3.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
readingbat-core
readingbat-core
/
com.readingbat.server
/
Invocation
Invocation
@
Serializable
class
Invocation
(
val
value
:
String
)
Represents a single function invocation (i.e., a test case) for a challenge.
Members
Constructors
Invocation
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String