com.wesleyhome.test.jupiter.InvalidParameterException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-jupiter-params-generated Show documentation
Show all versions of junit-jupiter-params-generated Show documentation
Library to help generate test parameter permutations for parameterized tests in JUnit.
This version is an initial attempt to convert to building with Gradle.
The newest version!
package com.wesleyhome.test.jupiter
import com.wesleyhome.test.jupiter.provider.TestParameter
class InvalidParameterException(testParameter: TestParameter) :
RuntimeException("Unable to find a suitable data provider for parameter [${testParameter.name}] with type '${testParameter.type.qualifiedName}'")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy