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.

License

License

GroupId

GroupId

org.mongounit
ArtifactId

ArtifactId

mongounit
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/mongounit/mongounit
Source Code Management

Source Code Management

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

Download mongounit

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools jar 2.3.4.RELEASE

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.1
2.0.0
1.1.0
1.0.0