Jar examples for t:test-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.
You can download jar file test-tools 0.50.2 in this page.
You can use the following script to add test-tools-0.50.2.jar to your project.
<dependency> <groupId>com.torodb.engine.backend</groupId> <artifactId>test-tools</artifactId> <version>0.50.2</version> </dependency>
compile group: 'com.torodb.engine.backend', name: 'test-tools', version: '0.50.2'
libraryDependencies += "com.torodb.engine.backend" % "test-tools" % "0.50.2"
<dependency org="com.torodb.engine.backend" name="test-tools" rev="0.50.2"/>
@Grapes(@Grab(group='com.torodb.engine.backend', module='test-tools', version='0.50.2'))
'com.torodb.engine.backend:test-tools:jar:0.50.2'
Click the following link to download the jar file.
test-tools-0.50.2-javadoc.jar