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.

License

License

GroupId

GroupId

org.springunit
ArtifactId

ArtifactId

springunit
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://springunit.sourceforge.net

Download springunit

How to add to project

<!-- https://jarcasting.com/artifacts/org.springunit/springunit/ -->
<dependency>
    <groupId>org.springunit</groupId>
    <artifactId>springunit</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springunit/springunit/
implementation 'org.springunit:springunit:0.5'
// https://jarcasting.com/artifacts/org.springunit/springunit/
implementation ("org.springunit:springunit:0.5")
'org.springunit:springunit:jar:0.5'
<dependency org="org.springunit" name="springunit" rev="0.5">
  <artifact name="springunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springunit', module='springunit', version='0.5')
)
libraryDependencies += "org.springunit" % "springunit" % "0.5"
[org.springunit/springunit "0.5"]

Dependencies

compile (4)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4
junit : junit jar 3.8.1
org.springframework : spring jar 1.2.8
org.springframework : spring-mock jar 1.2.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.5
0.4.1