Last Version

mongounit 2.0.1

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
Version

Version

2.0.1
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 2.0.1


<!-- 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.