kotlin-test

All Types

Link copied to clipboard
JS

Marks a function to be invoked after each test.

Since Kotlin 1.0
Link copied to clipboard

Marks a function to be invoked after each test.

Since Kotlin 1.0
Link copied to clipboard
JS

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

Since Kotlin 1.1
Link copied to clipboard

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
JS

Checks applicability and provides Asserter instance

Since Kotlin 1.1
Link copied to clipboard

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
JS

Marks a function to be invoked before each test.

Since Kotlin 1.0
Link copied to clipboard

Marks a function to be invoked before each test.

Since Kotlin 1.0
Link copied to clipboard
JS

Default Asserter implementation to avoid dependency on JUnit or TestNG.

Since Kotlin 1.1
Link copied to clipboard

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
JS

Marks a test or a suite as ignored.

Since Kotlin 1.0
Link copied to clipboard

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.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
JS

Marks a function as a test.

Since Kotlin 1.0
Link copied to clipboard

Marks a function as a test.

Since Kotlin 1.0