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.

Лицензия

Лицензия

Группа

Группа

org.springunit
Идентификатор

Идентификатор

springunit
Последняя версия

Последняя версия

0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://springunit.sourceforge.net

Скачать springunit

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.5
0.4.1