TestingAPI

interface TestingAPI

Testing API

Types

Link copied to clipboard
sealed interface TestGraphNode

Functions

Link copied to clipboard
open fun describe(label: Value?, block: Value): TestingAPI.TestGraphNode.Suite
Link copied to clipboard
abstract fun expect(value: Value?): TestingAPI.TestGraphNode.Assertion
Link copied to clipboard
open fun suite(block: Value): TestingAPI.TestGraphNode.Suite
abstract fun suite(label: Value?, block: Value): TestingAPI.TestGraphNode.Suite
Link copied to clipboard
open fun test(value: Value): TestingAPI.TestGraphNode.Test
abstract fun test(label: Value?, block: Value): TestingAPI.TestGraphNode.Test