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

com.wesleyhome.test.jupiter.InvalidParameterException.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

import kotlin.reflect.KClass

class InvalidParameterException(parameterClass: KClass<*>) :
    RuntimeException("Unable to find a suitable data provider for '${parameterClass.qualifiedName}' type")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy