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

com.github.peterwippermann.junit4.parameterizedsuite.util.package-info Maven / Gradle / Ivy

Go to download

JUnit 4 provides the commonly known Runners "Suite" and "Parameterized". However, as of today there is no Runner implementation that combines the features of both. This library provides a custom Runner for this purpose.

There is a newer version: 1.1.0
Show newest version
/**
 * This packages includes util classes that refer to single classes from the JUnit 4 framework
 * (http://junit.org/junit4/).
 * 

* * Each of these util classes consists of code duplicated from its original class to make it * accessible and reusable in custom extensions of the framework. Such an extension would be the * {@link com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite}. *

* For that reason the license of JUnit 4 applies to these classes. You find it in the * LICENSE-junit.txt file included in this package or at http://junit.org/junit4/license.html. *

* * Endeavours to refactor the framework in order to make the code accessible in the original classes * didn't succeed (https://github.com/junit-team/junit4/issues/1338 and * https://github.com/junit-team/junit4/pull/1348). Thus the code has been duplicated in this place. * * * @author Peter Wippermann * */ package com.github.peterwippermann.junit4.parameterizedsuite.util;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy