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

com.vinaysshenoy.quarantine.TestRepository.kt Maven / Gradle / Ivy

The newest version!
package com.vinaysshenoy.quarantine

interface TestRepository {

    fun config(): Config

    fun add(descriptors: List)

    fun record(clazz: String, method: String, isFlaky: Boolean)

    fun results(): List

    fun pushResultsToCloud()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy