Last Version

ToroDB: Integration tests tools 0.50.3

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.

License

License

Commercial License
GroupId

GroupId

com.torodb.engine.backend
ArtifactId

ArtifactId

test-tools
Version

Version

0.50.3
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

8Kdata Technology

Download test-tools 0.50.3


<!-- https://jarcasting.com/artifacts/com.torodb.engine.backend/test-tools/ -->
<dependency>
    <groupId>com.torodb.engine.backend</groupId>
    <artifactId>test-tools</artifactId>
    <version>0.50.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.engine.backend/test-tools/
implementation 'com.torodb.engine.backend:test-tools:0.50.3'
// https://jarcasting.com/artifacts/com.torodb.engine.backend/test-tools/
implementation ("com.torodb.engine.backend:test-tools:0.50.3")
'com.torodb.engine.backend:test-tools:jar:0.50.3'
<dependency org="com.torodb.engine.backend" name="test-tools" rev="0.50.3">
  <artifact name="test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.engine.backend', module='test-tools', version='0.50.3')
)
libraryDependencies += "com.torodb.engine.backend" % "test-tools" % "0.50.3"
[com.torodb.engine.backend/test-tools "0.50.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.torodb.engine.backend : backend-common jar 0.50.3

provided (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.junit.jupiter : junit-jupiter-api jar 5.0.0-M4
org.junit.platform : junit-platform-runner jar 1.0.0-M4
org.junit.jupiter : junit-jupiter-engine jar 5.0.0-M4
org.junit.jupiter : junit-jupiter-params jar 5.0.0-M4
com.google.code.findbugs : annotations jar 3.0.1

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.8.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-core test-jar 2.8.1

Project Modules

There are no modules declared in this project.