mongounit

MongoUnit is a data driven Integration testing framework for Spring Boot based applications that use MongoDB for persistence. The framework enables the developer to test the data access logic with relative ease.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

mongounit
MongoUnit is a data driven Integration testing framework for Spring Boot based applications that use MongoDB for persistence. The framework enables the developer to test the data access logic with relative ease.
Ссылка на сайт

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

https://github.com/mongounit/mongounit
Система контроля версий

Система контроля версий

https://github.com/mongounit/mongounit/tree/master

Скачать mongounit

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-data-mongodb jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-json jar 2.3.4.RELEASE
org.mongodb : mongodb-driver-legacy jar 4.0.5

runtime (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-devtools jar 2.3.4.RELEASE

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

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

mongoUnit logo

What is this framework?

mongoUnit is a data driven Integration testing framework for Spring Boot based applications that use MongoDB for persistence. The framework enables the developer to test the data access logic with relative ease.

You can see the complete documentation on how to use this framework at mongoUnit.org

Issues?

If you find a bug or think that a feature might be really useful to your team, please look through current issues, and if you don't find yours, create a new one.

org.mongounit

mongoUnit

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

Версия
2.0.1
2.0.0
1.1.0
1.0.0