License |
License
Commercial License
|
---|---|
GroupId | GroupIdcom.torodb.engine.backend |
ArtifactId | ArtifactIdtest-tools |
Last Version | Last Version0.50.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionToroDB: 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 Organization8Kdata Technology |
Filename | Size |
---|---|
test-tools-0.50.3.pom | |
test-tools-0.50.3.jar | 14 KB |
test-tools-0.50.3-sources.jar | 8 KB |
test-tools-0.50.3-javadoc.jar | 39 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.torodb.engine.backend : backend-common | jar | 0.50.3 |
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 |
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 |