Last Version

MongoDB TestNG 0.1

TestNG support for populating a MongoDB databse before a test is run

License

License

Categories

Categories

MongoDB Data Databases TestNG Unit Testing
GroupId

GroupId

com.tensorwrench.mongodb
ArtifactId

ArtifactId

mongodb-testng
Version

Version

0.1
Type

Type

jar
Description

Description

MongoDB TestNG
TestNG support for populating a MongoDB databse before a test is run
Project URL

Project URL

https://github.com/TensorWrench/mongodb-testng
Source Code Management

Source Code Management

https://github.com/TensorWrench/mongodb-testng

Download mongodb-testng 0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.mongodb : mongo-java-driver jar 2.11.+

Project Modules

There are no modules declared in this project.