| License |
License |
|---|---|
| GroupId | GroupIdorg.springunit |
| ArtifactId | ArtifactIdspringunit |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpringUnit 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 |
| Filename | Size |
|---|---|
| springunit-0.5.pom | |
| springunit-0.5.jar | 8 KB |
| springunit-0.5-sources.jar | 8 KB |
| Browse |
<!-- 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"]
| 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 |