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

com.malinskiy.marathon.execution.strategy.BatchingStrategy.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.analytics.external.Analytics
import com.malinskiy.marathon.test.Test
import com.malinskiy.marathon.test.TestBatch
import java.util.*

interface BatchingStrategy {
    fun process(queue: Queue, analytics: Analytics): TestBatch
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy