b

bedrock-testing-support

Interfaces, classes and resources that extend and simplify traditional functional, integration and unit testing frameworks (like JUnit).
https://github.com/coherence-community/oracle-bedrock/bedrock-testing-support
Common Development and Distribution License 1.0 ("CDDL")
Jonathan Knight
Files download
File Operation
bedrock-testing-support-6.0.0-RC2.jar download
bedrock-testing-support-6.0.0-RC2.pom download
bedrock-testing-support-6.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.bedrock</groupId>
  <artifactId>bedrock-testing-support</artifactId>
  <version>6.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.bedrock:bedrock-testing-support:6.0.0-RC2'
Gradle Kotlin
implementation("com.oracle.bedrock:bedrock-testing-support:6.0.0-RC2")
Scala SBT
libraryDependencies += "com.oracle.bedrock" % "bedrock-testing-support" % "6.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.bedrock', module='bedrock-testing-support', version='6.0.0-RC2')
)
Apache Ivy
<dependency org="com.oracle.bedrock" name="bedrock-testing-support" rev="6.0.0-RC2" />
Leiningen
[com.oracle.bedrock/bedrock-testing-support "6.0.0-RC2"]
Apache Buildr
'com.oracle.bedrock:bedrock-testing-support:jar:6.0.0-RC2'