MVN

com.torodb.engine.backend : test-tools

Maven & Gradle

Oct 24, 2018
3 usages
0 stars

ToroDB: Integration tests tools · This module contains common code to test different backend implementations. Like the tests each backend should pass or utility classes that works well with each backend test suite. NOTE: It must be used just for test cases, not for production code.

<dependency>
    <groupId>com.torodb.engine.backend</groupId>
    <artifactId>test-tools</artifactId>
    <version>0.50.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.torodb.engine.backend : test-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.50.3

All Versions

Choose a version of com.torodb.engine.backend : test-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.50.x
test-tools-0.50.3
test-tools-0.50.2
test-tools-0.50.1

How to add a dependency to Maven

Add the following com.torodb.engine.backend : test-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.torodb.engine.backend</groupId>
    <artifactId>test-tools</artifactId>
    <version>0.50.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.torodb.engine.backend : test-tools gradle dependency to your build.gradle file:

implementation 'com.torodb.engine.backend:test-tools:0.50.3'

Gradle Kotlin DSL: Add the following com.torodb.engine.backend : test-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.torodb.engine.backend:test-tools:0.50.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.torodb.engine.backend : test-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.torodb.engine.backend" % "test-tools" % "0.50.3"

Advertisement