Download bedrock-testing-support-4.4.0.jar file

Introduction

You can download bedrock-testing-support-4.4.0.jar in this page.

License

Common Development and Distribution License 1.0 ("CDDL")

Type List

bedrock-testing-support-4.4.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.oracle.bedrock/bedrock-testing-support/pom.properties
META-INF/maven/com.oracle.bedrock/bedrock-testing-support/pom.xml
com.oracle.bedrock.deferred.Concurrent.class
com.oracle.bedrock.deferred.Concurrently.class
com.oracle.bedrock.deferred.DeferredMatch.class
com.oracle.bedrock.deferred.DeferredRemoteExecution.class
com.oracle.bedrock.deferred.Eventually.class
com.oracle.bedrock.deferred.FutureMatcher.class
com.oracle.bedrock.deferred.Repetitively.class
com.oracle.bedrock.deferred.options.FailFast.class
com.oracle.bedrock.junit.AbstractAssemblyResource.class
com.oracle.bedrock.junit.AbstractTest.class
com.oracle.bedrock.junit.BaseJUnitTestListener.class
com.oracle.bedrock.junit.JUnitReporter.class
com.oracle.bedrock.junit.JUnitTestListener.class
com.oracle.bedrock.junit.JUnitTestRun.class
com.oracle.bedrock.junit.JUnitTestRunner.class
com.oracle.bedrock.junit.JUnitTextReporter.class
com.oracle.bedrock.junit.JUnitUtils.class
com.oracle.bedrock.junit.JUnitXmlReporter.class
com.oracle.bedrock.junit.SimpleJUnitTestListener.class
com.oracle.bedrock.junit.SimpleJUnitTestRun.class
com.oracle.bedrock.junit.SystemPropertyIsolation.class
com.oracle.bedrock.junit.TestClassPredicate.class
com.oracle.bedrock.junit.options.TestClasses.class
com.oracle.bedrock.junit.options.Tests.class
com.oracle.bedrock.matchers.ConstantMatcher.class
com.oracle.bedrock.matchers.EntrySetMatcher.class
com.oracle.bedrock.matchers.Equivalence.class
com.oracle.bedrock.matchers.MapMatcher.class
com.oracle.bedrock.matchers.RecordingMatcher.class
com.oracle.bedrock.matchers.ThrowableCausedByMatcher.class
com.oracle.bedrock.matchers.ThrowableMatcher.class
com.oracle.bedrock.matchers.ThrowableMessageMatcher.class

Pom

bedrock-testing-support-4.4.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.oracle.bedrock</groupId>
  <artifactId>bedrock-testing-support</artifactId>
  <version>4.4.0</version>
  <name>Bedrock for Testing</name>
  <description>Interfaces, classes and resources that extend and simplify traditional
        functional, integration and unit testing frameworks (like JUnit).</description>
  <url>https://github.com/coherence-community/bedrock/bedrock-testing-support</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License 1.0 ("CDDL")</name>
      <url>http://opensource.org/licenses/CDDL-1.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Brian Oliver</name>
      <email>brian.oliver@oracle.com</email>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Jonathan Knight (aka: Gridman)</name>
      <email>jonathan.knight@oracle.com</email>
      <organization>Oracle Corporation</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</connection>
    <developerConnection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</developerConnection>
    <tag>oracle-bedrock-4.4.0</tag>
    <url>https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.oracle.bedrock</groupId>
      <artifactId>bedrock-runtime</artifactId>
      <version>4.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.oracle.bedrock</groupId>
   <artifactId>bedrock-testing-support</artifactId>
   <version>4.4.0</version>
</dependency>

Download

If you think the following bedrock-testing-support-4.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download bedrock-testing-support-4.4.0.jar file




PreviousNext

Related