Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val displayName: String

The platform's human-readable name. NOTE: Consider it unstable, use type for conditional code.

Link copied to clipboard
abstract val parallelism: Int

The platform's default parallelism.

Link copied to clipboard
abstract val type: TestPlatform.Type

The platform's type.

Functions

Link copied to clipboard
abstract fun environment(variableName: String): String?

Returns the value of the environment variableName if it exists, or null.

Link copied to clipboard

The display name of the current thread. NOTE: For debugging purposes only, do not make assumptions about it.

Link copied to clipboard

The ID of the current thread. NOTE: For debugging purposes only, do not make assumptions about its value.