m

mongodb-testng

TestNG support for populating a MongoDB databse before a test is run
https://github.com/TensorWrench/mongodb-testng
The Apache Software License, Version 2.0
Jason Wagner
Files download
File Operation
mongodb-testng-0.1.jar download
mongodb-testng-0.1.pom download
mongodb-testng-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tensorwrench.mongodb</groupId>
  <artifactId>mongodb-testng</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.tensorwrench.mongodb:mongodb-testng:0.1'
Gradle Kotlin
implementation("com.tensorwrench.mongodb:mongodb-testng:0.1")
Scala SBT
libraryDependencies += "com.tensorwrench.mongodb" % "mongodb-testng" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tensorwrench.mongodb', module='mongodb-testng', version='0.1')
)
Apache Ivy
<dependency org="com.tensorwrench.mongodb" name="mongodb-testng" rev="0.1" />
Leiningen
[com.tensorwrench.mongodb/mongodb-testng "0.1"]
Apache Buildr
'com.tensorwrench.mongodb:mongodb-testng:jar:0.1'