Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.testing
/
TestingAPI
Testing
API
@
API
interface
TestingAPI
Testing API
Members
Types
Test
Graph
Node
Link copied to clipboard
sealed
interface
TestGraphNode
Functions
describe
Link copied to clipboard
open
fun
describe
(
block
:
Value
)
:
TestingAPI.TestGraphNode.Suite
open
fun
describe
(
label
:
Value
?
,
block
:
Value
)
:
TestingAPI.TestGraphNode.Suite
expect
Link copied to clipboard
abstract
fun
expect
(
value
:
Value
?
)
:
TestingAPI.TestGraphNode.Assertion
suite
Link copied to clipboard
open
fun
suite
(
block
:
Value
)
:
TestingAPI.TestGraphNode.Suite
abstract
fun
suite
(
label
:
Value
?
,
block
:
Value
)
:
TestingAPI.TestGraphNode.Suite
test
Link copied to clipboard
open
fun
test
(
value
:
Value
)
:
TestingAPI.TestGraphNode.Test
abstract
fun
test
(
label
:
Value
?
,
block
:
Value
)
:
TestingAPI.TestGraphNode.Test