jetbrains.buildServer.configs.kotlin.v10.buildSteps / AntBuildStep / TestPolicy

TestPolicy

enum class TestPolicy

Tests reordering policy

Enum Values

DISABLED

Do not reorder tests

RECENTLY_FAILED

Run recently failed tests first

RECENTLY_FAILED_AND_MODIFIED

Run recently failed, new, and modified tests first

MODIFIED

Run new and modified tests first

Companion Object Properties

mapping

val mapping: <ERROR CLASS>