only

suspend fun only(name: String = undefined.unsafeCast<Nothing>(), options: TestOptions = undefined.unsafeCast<Nothing>(), fn: SuiteFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun only(name: String = undefined.unsafeCast<Nothing>(), fn: SuiteFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun only(options: TestOptions = undefined.unsafeCast<Nothing>(), fn: SuiteFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun only(fn: SuiteFn = undefined.unsafeCast<Nothing>()): Void(source)
suspend fun only(): Void(source)