License |
License |
---|---|
GroupId | GroupIdcom.oracle.bedrock |
ArtifactId | ArtifactIdbedrock-testing-support |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBedrock for Testing
Interfaces, classes and resources that extend and simplify traditional
functional, integration and unit testing frameworks (like JUnit).
|
<!-- https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/ -->
<dependency>
<groupId>com.oracle.bedrock</groupId>
<artifactId>bedrock-testing-support</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/
implementation 'com.oracle.bedrock:bedrock-testing-support:6.0.0'
// https://jarcasting.com/artifacts/com.oracle.bedrock/bedrock-testing-support/
implementation ("com.oracle.bedrock:bedrock-testing-support:6.0.0")
'com.oracle.bedrock:bedrock-testing-support:jar:6.0.0'
<dependency org="com.oracle.bedrock" name="bedrock-testing-support" rev="6.0.0">
<artifact name="bedrock-testing-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.bedrock', module='bedrock-testing-support', version='6.0.0')
)
libraryDependencies += "com.oracle.bedrock" % "bedrock-testing-support" % "6.0.0"
[com.oracle.bedrock/bedrock-testing-support "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.oracle.bedrock : bedrock-runtime | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-api Optional | jar | 5.8.1 |
org.hamcrest : hamcrest-core Optional | jar | 2.2 |