Download test-tools-0.50.1.jar file - Jar t

Jar examples for t:test-tools

Description

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.

You can download jar file test-tools 0.50.1 in this page.

Build File

You can use the following script to add test-tools-0.50.1.jar to your project.

<dependency>
   <groupId>com.torodb.engine.backend</groupId>
   <artifactId>test-tools</artifactId>
   <version>0.50.1</version>
</dependency>
compile group: 'com.torodb.engine.backend', name: 'test-tools', version: '0.50.1'
libraryDependencies += "com.torodb.engine.backend" % "test-tools" % "0.50.1"
<dependency org="com.torodb.engine.backend" name="test-tools" rev="0.50.1"/>
@Grapes(@Grab(group='com.torodb.engine.backend', module='test-tools', version='0.50.1'))
'com.torodb.engine.backend:test-tools:jar:0.50.1'

Download

Click the following link to download the jar file.

test-tools-0.50.1-javadoc.jar
test-tools-0.50.1-sources.jar
test-tools-0.50.1.jar
test-tools-0.50.1.pom



Related Tutorials