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

dev.sunnyday.test.impact.plugin.extension.TestTaskNameProvider.kt Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package dev.sunnyday.test.impact.plugin.extension

import org.gradle.api.Project

fun interface TestTaskNameProvider {

    fun getTestTasks(project: Project): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy