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

com.wesleyhome.test.jupiter.provider.ParameterDataProvider.kt Maven / Gradle / Ivy

Go to download

Library to help generate test parameter permutations for parameterized tests in JUnit. This version is an initial attempt to convert to building with Gradle.

There is a newer version: 3.0.0
Show newest version
package com.wesleyhome.test.jupiter.provider

interface ParameterDataProvider {

    fun providesDataFor(testParameter: TestParameter): Boolean
    fun createParameterOptionsData(testParameter: TestParameter): List
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy