jar

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.

Table Of Contents

Latest Version

Download com.torodb.engine.backend : test-tools JAR file - Latest Versions:

All Versions

Download com.torodb.engine.backend : test-tools JAR file - All Versions:

Version Vulnerabilities Size Updated
0.50.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window test-tools-0.50.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.torodb.backend.tests.common

├─ com.torodb.backend.tests.common.AbstractBackendIntegrationSuite.class - [JAR]

├─ com.torodb.backend.tests.common.AbstractCommonIntegrationSuite.class - [JAR]

├─ com.torodb.backend.tests.common.AbstractDataIntegrationSuite.class - [JAR]

├─ com.torodb.backend.tests.common.AbstractMetaDataIntegrationSuite.class - [JAR]

├─ com.torodb.backend.tests.common.AbstractStructureIntegrationSuite.class - [JAR]

├─ com.torodb.backend.tests.common.BackendTestBundle.class - [JAR]

├─ com.torodb.backend.tests.common.BackendTestContext.class - [JAR]

├─ com.torodb.backend.tests.common.BackendTestContextFactory.class - [JAR]

├─ com.torodb.backend.tests.common.IntegrationTestBundleConfig.class - [JAR]

Advertisement