All Downloads are FREE. Search and download functionalities are using the official Maven repository.

drock.bedrock-testing-support.6.0.6.source-code.module-info Maven / Gradle / Ivy

Go to download

Interfaces, classes and resources that extend and simplify traditional functional, integration and unit testing frameworks (like JUnit).

There is a newer version: 7.0.5
Show newest version
open module com.oracle.bedrock.testsupport {
    exports com.oracle.bedrock.testsupport;
    exports com.oracle.bedrock.testsupport.deferred;
    exports com.oracle.bedrock.testsupport.deferred.options;
    exports com.oracle.bedrock.testsupport.junit;
    exports com.oracle.bedrock.testsupport.junit.options;
    exports com.oracle.bedrock.testsupport.matchers;

    requires transitive com.oracle.bedrock.runtime;
    requires static junit;
    requires static org.junit.jupiter.api;
    requires org.hamcrest;
    requires java.logging;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy