kotlin-test

All Types

Link copied to clipboard
Native

Marks a function to be executed after a suite. Not supported in Kotlin/Common.

Since Kotlin 1.3
Link copied to clipboard
Common
JS
Native

Marks a function to be invoked after each test.

Since Kotlin 1.0
Link copied to clipboard
Common

Abstracts the logic for performing assertions. Specific implementations of Asserter can use JUnit or TestNG assertion facilities.

Since Kotlin 1.0
Link copied to clipboard
Common

Checks applicability and provides Asserter instance

Since Kotlin 1.0
Link copied to clipboard
JS

Describes the result of an assertion execution.

Since Kotlin 1.1
Link copied to clipboard

Describes the result of an assertion execution.

Since Kotlin 1.8
Link copied to clipboard

Describes the result of an assertion execution.

Since Kotlin 1.8
Link copied to clipboard
Native

Marks a function to be executed before a suite. Not supported in Kotlin/Common.

Since Kotlin 1.3
Link copied to clipboard
Common
JS
Native

Marks a function to be invoked before each test.

Since Kotlin 1.0
Link copied to clipboard
Common

Default Asserter implementation to avoid dependency on JUnit or TestNG.

Since Kotlin 1.0
Link copied to clipboard
JS

Serves as a bridge to a testing framework.

Since Kotlin 1.1
Link copied to clipboard

Serves as a bridge to a testing framework.

Since Kotlin 1.8
Link copied to clipboard

Serves as a bridge to a testing framework.

Since Kotlin 1.8
Link copied to clipboard
Common
JS
Native

Marks a test or a suite as ignored.

Since Kotlin 1.0
Link copied to clipboard

Implements kotlin.test assertions by delegating them to org.junit.jupiter.api.Assertions class.

Since Kotlin 1.0
Link copied to clipboard

Provides JUnit5Asserter if org.junit.jupiter.api.Assertions class is found in the classpath.

Since Kotlin 1.0
Link copied to clipboard

Implements kotlin.test assertions by delegating them to org.junit.Assert class.

Since Kotlin 1.0
Link copied to clipboard

Provides JUnitAsserter if org.junit.Assert is found in the classpath.

Since Kotlin 1.0
Link copied to clipboard
JS
Since Kotlin 1.1
Link copied to clipboard
Common
JS
Native

Marks a function as a test.

Since Kotlin 1.0
Link copied to clipboard

Implements kotlin.test assertions by delegating them to org.testng.Assert class.

Since Kotlin 1.0
Link copied to clipboard

Provides TestNGAsserter if org.testng.Assert is found in the classpath.

Since Kotlin 1.0