drock.bedrock-testing-support.6.0.6.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bedrock-testing-support Show documentation
Show all versions of bedrock-testing-support Show documentation
Interfaces, classes and resources that extend and simplify traditional
functional, integration and unit testing frameworks (like JUnit).
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