enum class TestPolicy
Tests reordering policy
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
mapping
val mapping: <ERROR CLASS>