jar

io.syndesis.transitional : junit4-stub

Maven & Gradle

Dec 21, 2021
3 usages
482 stars

Transitional :: JUnit 4 stub · Stub used instead of JUnit 4 dependency. These classes are used only so that the class hiearchy can be maintained. Functionality of these classes is not used, that's why they're empty, but they're needed to successfuly compile 3rd party dependencies without introducing junit:junit (JUnit 4) dependency. For one such case see: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008

Table Of Contents

Latest Version

Download io.syndesis.transitional : junit4-stub JAR file - Latest Versions:

All Versions

Download io.syndesis.transitional : junit4-stub JAR file - All Versions:

Version Vulnerabilities Size Updated
1.13.x
1.12.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 junit4-stub-1.13.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.junit.rules

├─ org.junit.rules.ExternalResource.class - [JAR]

├─ org.junit.rules.Statement.class - [JAR]

├─ org.junit.rules.TestRule.class - [JAR]

org.junit.runners.model

├─ org.junit.runners.model.Statement.class - [JAR]

org.junit.runner

├─ org.junit.runner.RunWith.class - [JAR]

Advertisement