All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malinskiy.marathon.execution.strategy.RetryStrategy.kt Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package com.malinskiy.marathon.execution.strategy

import com.malinskiy.marathon.device.DevicePoolId
import com.malinskiy.marathon.execution.TestResult
import com.malinskiy.marathon.execution.TestShard

interface RetryStrategy {
    fun process(devicePoolId: DevicePoolId, tests: Collection, testShard: TestShard): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy