jar

com.github.peterwippermann.junit4 : parameterized-suite

Maven & Gradle

Feb 10, 2017
2 usages
19 stars

Parameterized Suite for JUnit 4 · 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.

Table Of Contents

Latest Version

Download com.github.peterwippermann.junit4 : parameterized-suite JAR file - Latest Versions:

All Versions

Download com.github.peterwippermann.junit4 : parameterized-suite JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window parameterized-suite-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.peterwippermann.junit4.parameterizedsuite.parameter

├─ com.github.peterwippermann.junit4.parameterizedsuite.parameter.Parameter.class - [JAR]

com.github.peterwippermann.junit4.parameterizedsuite

├─ com.github.peterwippermann.junit4.parameterizedsuite.ParameterContext.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.SuiteForSingleParameter.class - [JAR]

com.github.peterwippermann.junit4.parameterizedsuite.util

├─ com.github.peterwippermann.junit4.parameterizedsuite.util.BlockJUnit4ClassRunnerUtil.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.util.BlockJUnit4ClassRunnerWithParametersUtil.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.util.ParameterizedUtil.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.util.ParentRunnerUtil.class - [JAR]

├─ com.github.peterwippermann.junit4.parameterizedsuite.util.SuiteUtil.class - [JAR]

Advertisement