jar

org.springunit : springunit

Maven & Gradle

May 29, 2007

SpringUnit Framework · SpringUnit is a Java unit testing framework that combines Spring's dependency injection container with JUnit's test execution environment. It facilitates the creation of data-driven tests, where the data inputs and expected outcomes are defined in XML files and the test logic resides in Java source code.

Table Of Contents

Latest Version

Download org.springunit : springunit JAR file - Latest Versions:

All Versions

Download org.springunit : springunit JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5
0.4.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 springunit-0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springunit.framework

├─ org.springunit.framework.HierarchicalSpringUnitContext.class - [JAR]

├─ org.springunit.framework.SpringUnitContext.class - [JAR]

├─ org.springunit.framework.SpringUnitTest.class - [JAR]

├─ org.springunit.framework.SpringUnitTransactionalTest.class - [JAR]