Skip navigation links
A B C D E F G H I J L M N O R S T U V W 

A

AbstractTest - Class in com.oracle.bedrock.junit
An AbstractTest defined base test functionality for both unit and functional tests.
AbstractTest() - Constructor for class com.oracle.bedrock.junit.AbstractTest
 
addEvent(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Add an Event to the results.
after() - Method in class com.oracle.bedrock.junit.SystemPropertyIsolation
 
AlwaysRunFilter() - Constructor for class com.oracle.bedrock.junit.options.TestClasses.AlwaysRunFilter
 
apply(Statement, Description) - Method in class com.oracle.bedrock.junit.SystemPropertyIsolation
 
asOption() - Method in class com.oracle.bedrock.junit.JUnitReporter
Obtain this JUnitReporter instance as an Option
asOption() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
Obtain the current SimpleJUnitTestListener as an Option.
assertThat(T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that a value satisfies the specified Matcher using the specified Options.
assertThat(String, T, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that a value will satisfy the specified Matcher.
assertThat(String, T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that a value satisfies the specified Matcher using the provided Options.
assertThat(String, Deferred<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that a Deferred value, when available, satisfies the specified Matcher using constraints defined by the provided Options.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that the specified RemoteCallable submitted to the JavaApplication matches the specified Matcher.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Concurrently
Creates a background thread to repetitively assert that the specified RemoteCallable submitted to the JavaApplication matches the specified Matcher using the specified Options.
assertThat(T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that a value will eventually satisfy the specified Matcher using the specified Options.
assertThat(String, T, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that a value will eventually satisfy the specified Matcher.
assertThat(String, T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that a value will eventually satisfy the specified Matcher using the provided Options.
assertThat(String, Deferred<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that a Deferred value, when it becomes available, will eventually satisfy the specified Matcher within the bounds of the provided Options.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that the specified RemoteCallable submitted to the JavaApplication will eventually match the specified matcher using the specified Options.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Eventually
Asserts that the specified RemoteCallable submitted to the JavaApplication will eventually satisfy the specified matcher using the provided Options.
assertThat(T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that a value will repetitively satisfy the specified Matcher using the specified Options.
assertThat(String, T, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that a value will repetitively satisfy the specified Matcher.
assertThat(String, T, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that a value will repetitively satisfy the specified Matcher using the provided Options.
assertThat(String, Deferred<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that a Deferred value, when available, repetitively satisfies the specified Matcher over the Timeout and other constraints defined by the provided Options.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that the specified RemoteCallable submitted to the JavaApplication repetitively matches the specified matcher using the specified Options.
assertThat(JavaApplication, RemoteCallable<T>, Matcher<? super T>, Option...) - Static method in class com.oracle.bedrock.deferred.Repetitively
Asserts that the specified RemoteCallable submitted to the JavaApplication repetitively matches the specified matcher using the provided Options.
assumptionFailure(String, String, long, String, StackTraceElement[]) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
at(File) - Static method in class com.oracle.bedrock.junit.JUnitTextReporter
Obtain a JUnitTextReporter as an Option that will print test reports to the specified folder.
at(File) - Static method in class com.oracle.bedrock.junit.JUnitXmlReporter
 
attempted() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Determines if a match has been attempted with the Matcher.
awaitCompletion(long, TimeUnit) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
Causes the current thread to wait until the JUnit application has completed the entire test run, unless the thread is interrupted, or the specified waiting time elapses.

B

BaseJUnitTestListener - Class in com.oracle.bedrock.junit
A base implementation of a JUnitTestListener that has empty implementations of all methods.
BaseJUnitTestListener() - Constructor for class com.oracle.bedrock.junit.BaseJUnitTestListener
 
before() - Method in class com.oracle.bedrock.junit.SystemPropertyIsolation
 

C

call() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.StartTests
 
causedBy(Matcher<? super Throwable>) - Static method in class com.oracle.bedrock.matchers.ThrowableCausedByMatcher
Constructs a ThrowableCausedByMatcher for a Throwable.getCause() matching the specified Matcher.
causedBy(Matcher<? super Throwable>) - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtains a new ThrowableMatcher that includes matching a cause of the Throwable.
channel - Static variable in class com.oracle.bedrock.junit.JUnitTestRunner
The RemoteChannel to use to publish JUnit test events.
checkClassChange(Description) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Determine from the Description whether the Class being tested has changed.
ClassPathClasses(ClassPath) - Constructor for class com.oracle.bedrock.junit.options.TestClasses.ClassPathClasses
Create a TestClasses.ClassPathClasses instance that will resolve test classes from the specified ClassPath instance.
com.oracle.bedrock.deferred - package com.oracle.bedrock.deferred
 
com.oracle.bedrock.deferred.options - package com.oracle.bedrock.deferred.options
 
com.oracle.bedrock.junit - package com.oracle.bedrock.junit
 
com.oracle.bedrock.junit.options - package com.oracle.bedrock.junit.options
 
com.oracle.bedrock.matchers - package com.oracle.bedrock.matchers
 
Concurrent - Class in com.oracle.bedrock.deferred
Supporting interfaces for concurrent assertion.
Concurrent() - Constructor for class com.oracle.bedrock.deferred.Concurrent
 
Concurrently - Class in com.oracle.bedrock.deferred
Commonly used "assertThat" methods for the purposes of concurrently asserting the state of Deferred values using the style Concurrently.assertThat(...)
Concurrently() - Constructor for class com.oracle.bedrock.deferred.Concurrently
 
constant() - Static method in class com.oracle.bedrock.matchers.ConstantMatcher
Obtains a ConstantMatcher.
ConstantMatcher<T> - Class in com.oracle.bedrock.matchers
A Matcher that can be used to record the success and failures of another Matcher.
ConstantMatcher() - Constructor for class com.oracle.bedrock.matchers.ConstantMatcher
Constructs a ConstantMatcher.

D

DASHES - Static variable in class com.oracle.bedrock.junit.JUnitTextReporter
A line of dashes used on reports.
DeferredMatch<T> - Class in com.oracle.bedrock.deferred
A DeferredMatch is a Deferred that represents a Hamcrest Matcher, that of which must be satisfied for a specified Deferred object at some point in the future.
DeferredMatch(Deferred<T>, Matcher<? super T>) - Constructor for class com.oracle.bedrock.deferred.DeferredMatch
Constructs a DeferredMatch for the Deferred with the specified Matcher.
DeferredRemoteExecution<T> - Class in com.oracle.bedrock.deferred
A Deferred representing the result of a Callable submitted to a RemoteChannel
DeferredRemoteExecution(RemoteChannel, RemoteCallable<T>) - Constructor for class com.oracle.bedrock.deferred.DeferredRemoteExecution
delayedBy(long, TimeUnit) - Static method in class com.oracle.bedrock.deferred.Eventually
Obtains a InitialDelay for the specified values.
describe() - Method in class com.oracle.bedrock.junit.options.TestClasses.AlwaysRunFilter
 
describe() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestFilter
 
describeMismatchSafely(Set<Map.Entry<K, V>>, Description) - Method in class com.oracle.bedrock.matchers.EntrySetMatcher
 
describeMismatchSafely(Map<? extends K, ? extends V>, Description) - Method in class com.oracle.bedrock.matchers.MapMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.deferred.FutureMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.ConstantMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.EntrySetMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.MapMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.RecordingMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.ThrowableCausedByMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
 
describeTo(Description) - Method in class com.oracle.bedrock.matchers.ThrowableMessageMatcher
 
disabled() - Static method in class com.oracle.bedrock.deferred.options.FailFast
Obtains a disabled FailFast.

E

empty() - Static method in class com.oracle.bedrock.junit.options.TestClasses
Create an empty set of test classes.
enabled() - Static method in class com.oracle.bedrock.deferred.options.FailFast
Obtains an enabled FailFast.
ensureTest(String) - Method in class com.oracle.bedrock.junit.JUnitReporter
Ensure that an instance of JUnitReporter.TestResults results exists for the specified test class.
EntrySetMatcher<K,V> - Class in com.oracle.bedrock.matchers
A Hamcrest-based TypeSafeMatcher for Sets of Map.Entrys.
equals(Object) - Method in class com.oracle.bedrock.deferred.options.FailFast
 
equals(Object) - Method in class com.oracle.bedrock.junit.options.TestClasses.SpecificClasses
 
equals(Object) - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
 
EQUALS - Static variable in interface com.oracle.bedrock.matchers.Equivalence
The standard Object.equals(Object) function.
equals(T, T) - Method in interface com.oracle.bedrock.matchers.Equivalence
Determine if two values of the same type are equal.
EQUALS_IGNORE_CASE - Static variable in interface com.oracle.bedrock.matchers.Equivalence
Equivalence<T> - Interface in com.oracle.bedrock.matchers
A function to determine the equivalence of two objects of the same type.
error(String, String, long, String, String, StackTraceElement[]) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
Eventually - Class in com.oracle.bedrock.deferred
Commonly used "assertThat" methods for the purposes of asserting conditions concerning the state of Deferred values.
Eventually() - Constructor for class com.oracle.bedrock.deferred.Eventually
 
exclude(String...) - Method in class com.oracle.bedrock.junit.options.TestClasses
Add the specified regular expression pattern to the set of patterns to use to determine tests to be excluded in the test run.

F

FailFast - Class in com.oracle.bedrock.deferred.options
An Option indicating if a Concurrently created assertion will fail-fast by interrupting the Thread that requested the concurrent assertion.
failure(String, String, long, String, String, StackTraceElement[]) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
findClassName(Description) - Static method in class com.oracle.bedrock.junit.JUnitUtils
 
fireJUnitCompleted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireJUnitStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestAssumptionFailure(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestClassFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestClassStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestError(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestFailure(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestIgnored(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestRunFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestRunStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
fireTestSucceeded(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
from(ClassPath) - Static method in class com.oracle.bedrock.junit.options.TestClasses
Create a TestClasses option that will resolve test classes from the specified ClassPath.
FutureMatcher<T> - Class in com.oracle.bedrock.deferred
A Matcher for values provided by CompletableFutures.
FutureMatcher(Matcher<? super T>) - Constructor for class com.oracle.bedrock.deferred.FutureMatcher
Constructs a FutureMatcher
futureOf(Matcher<T>) - Static method in class com.oracle.bedrock.deferred.FutureMatcher
Decorates another Matcher, retaining its behaviour, but allowing tests to be slightly more expressive.
futureOf(T) - Static method in class com.oracle.bedrock.deferred.FutureMatcher
A shortcut to the frequently used is(equalTo(x)).

G

get() - Method in class com.oracle.bedrock.deferred.DeferredMatch
 
get() - Method in class com.oracle.bedrock.deferred.DeferredRemoteExecution
 
getAttemptCount() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Obtains the number of match attempts.
getClassName() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the class name the results are for.
getClassName() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getClassPattern() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Obtain the regular expression that will be used to match test class names.
getClassStartTime() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Obtain the start time of the current test class.
getCollectorClass() - Method in class com.oracle.bedrock.junit.options.TestClasses
 
getCurrentTestClass() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Obtain the name of the current test class.
getDeferred() - Method in class com.oracle.bedrock.deferred.DeferredMatch
Obtains the adapted Deferred.
getDeferredClass() - Method in class com.oracle.bedrock.deferred.DeferredMatch
 
getDeferredClass() - Method in class com.oracle.bedrock.deferred.DeferredRemoteExecution
 
getErrorCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the number of test errors.
getErrorCount() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
The number of errors running tests.
getEvents() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the Queue of Events fired during the test.
getException() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getFailureCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the number of failed tests.
getFailureCount() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
The number of test failures.
getFailureCount() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Obtains the current number of failed matches.
getFailureMessage(Failure) - Static method in class com.oracle.bedrock.junit.JUnitUtils
 
getIgnoredMessage(Description) - Static method in class com.oracle.bedrock.junit.JUnitUtils
 
getImplementationClass(Platform, OptionsByType) - Method in class com.oracle.bedrock.junit.JUnitTestRun.MetaClass
 
getInstancesOf(Class<O>) - Method in class com.oracle.bedrock.junit.options.Tests
 
getLastUsedMatchValue() - Method in class com.oracle.bedrock.deferred.DeferredMatch
Obtains the value used when attempting to perform a match.
getMatcher() - Method in class com.oracle.bedrock.deferred.DeferredMatch
Obtains the Matcher to apply.
getMatcher() - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtain the Matcher for the Throwable.
getMessage() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getMethodPattern() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Obtain the regular expression that will be used to match test method names.
getName() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getProperties() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getReportFileName(String) - Method in class com.oracle.bedrock.junit.JUnitReporter
Obtain the file name to use for the test report for the specified class name.
getReportFileName(String) - Method in class com.oracle.bedrock.junit.JUnitTextReporter
 
getReportFileName(Class) - Method in class com.oracle.bedrock.junit.JUnitTextReporter
Obtain the file name that will be used to print a test report for the specified Class.
getReportFileName(Class) - Method in class com.oracle.bedrock.junit.JUnitXmlReporter
 
getReportFileName(String) - Method in class com.oracle.bedrock.junit.JUnitXmlReporter
 
getReportFolder() - Method in class com.oracle.bedrock.junit.JUnitReporter
Obtain the folder to use to write the test reports to.
getRunListeners() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
Obtain an immutable List of the JUnitTestListeners that have been added to this application.
getRunStartTime() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Obtain the start time of the current test run.
getSkipCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the number of skipped tests.
getSkipCount() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
The number of tests skipped.
getStackTrace() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getState() - Method in class com.oracle.bedrock.junit.JUnitTestRunner
Obtain the current JUnitTestRunner.State.
getSuccessCount() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Obtain the current number of successful matches.
getTestClassPredicate() - Method in class com.oracle.bedrock.junit.options.TestClasses
Obtain the Predicate to use when resolving the list of classes to include in a test run.
getTestCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the number of tests executed.
getTestCount() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
The number of tests executed.
getTestFilter() - Method in class com.oracle.bedrock.junit.options.TestClasses
Obtain the Filter instance to be used by the test run to determine tests that will be executed.
getTestProperties() - Method in class com.oracle.bedrock.junit.JUnitReporter
Obtain the System properties used by the test run.
getTestProperties() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
Obtain the System properties of the JVM running the tests.
getTestRunDescription() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Obtain the Description of the current test run.
getTestStartTime() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Obtain the start time of the current test.
getTestTime() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Obtain the total number of seconds taken for the tests to execute.
getTime() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
getType() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 

H

hasClassPattern() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Indicate whether this TestClasses.TestMatcher has a class pattern.
hasFailed() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Determines if one or more failures to match the Matcher has occurred.
hashCode() - Method in class com.oracle.bedrock.deferred.options.FailFast
 
hashCode() - Method in class com.oracle.bedrock.junit.options.TestClasses.SpecificClasses
 
hashCode() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
 
hasMethodPattern() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Indicate whether this TestClasses.TestMatcher has a method pattern.
hasMethodsAnnotatedWithTest(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class has any methods annotated with the JUnit Test annotation.
hasSucceeded() - Method in class com.oracle.bedrock.matchers.RecordingMatcher
Determines if one or more successful matches with the Matcher has occurred.
hasSuiteMethod(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class has a public static suite() method.
hasTestFailed() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Determine whether the current test has failed.
hasTestFailures() - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
Determine whether there were any failures or errors in the test run.

I

ignored(String, String, String) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
include(String...) - Method in class com.oracle.bedrock.junit.options.TestClasses
Add the specified regular expression pattern to the set of patterns to use to determine tests to be included in the test run.
IncludeExcludePredicate(Predicate<Class<?>>, Set<TestClasses.TestMatcher>, Set<TestClasses.TestMatcher>) - Constructor for class com.oracle.bedrock.junit.options.TestClasses.IncludeExcludePredicate
Create a TestClasses.IncludeExcludePredicate that will use the specified Predicate and include and exclude patters to evaluate classes.
incrementErrorCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Increment the error count.
incrementFailureCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Increment the failure count.
incrementSkipCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Increment the skip count.
incrementTestCount() - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Increment the test count.
INSTANCE - Static variable in class com.oracle.bedrock.junit.JUnitTestRunner
The singleton instance of the JUnitTestRunner.
INSTANCE - Static variable in class com.oracle.bedrock.junit.options.TestClasses.AlwaysRunFilter
Field description
isAnnotatedWithRunWith(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class is annotated with the JUnit RunWith annotation.
isEmpty() - Method in class com.oracle.bedrock.junit.options.Tests
Determine whether this Tests instance contains any TestClasses to execute.
isEnabled() - Method in class com.oracle.bedrock.deferred.options.FailFast
Determines if failing fast is enabled
isError() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
isFailure() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
isJUnit3(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class is a valid JUnit 3 Class.
isJUnit4(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class is a valid JUnit 4 Class.
isJUnit48(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class is a valid JUnit 4.8 Class.
isSkipped() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
iterator() - Method in class com.oracle.bedrock.junit.options.Tests
 

J

junitCompleted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
junitCompleted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
junitCompleted(long) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
junitCompleted(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates the end of a JUnit application
junitCompleted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
JUnitReporter - Class in com.oracle.bedrock.junit
A base class for generating JUnit reports.
JUnitReporter(File) - Constructor for class com.oracle.bedrock.junit.JUnitReporter
Create a JUnitReporter with the specified output folder.
JUnitReporter.TestResults - Class in com.oracle.bedrock.junit
A holder for the results of the tests for a particular test class.
junitStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
junitStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
junitStarted() - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
junitStarted(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates the start of a JUnit application
junitStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
JUnitTestListener - Interface in com.oracle.bedrock.junit
A listener that receives events during the progress of a JUnit test run.
JUnitTestListener.Event - Class in com.oracle.bedrock.junit
 
JUnitTestListener.Event.Type - Enum in com.oracle.bedrock.junit
Enum description
JUnitTestRun - Interface in com.oracle.bedrock.junit
An instance of a JavaApplication that runs a suite of JUnit tests.
JUnitTestRun.MetaClass - Class in com.oracle.bedrock.junit
JUnitTestRunner - Class in com.oracle.bedrock.junit
A class that runs a set of JUnit tests.
JUnitTestRunner() - Constructor for class com.oracle.bedrock.junit.JUnitTestRunner
 
JUnitTestRunner.Listener - Class in com.oracle.bedrock.junit
An instance of a JUnit RunListener that listens for JUnit run events and forwards them on the the RemoteChannel as JUnitTestListener.Events.
JUnitTestRunner.StartTests - Class in com.oracle.bedrock.junit
A RemoteCallable to use to start a test run.
JUnitTestRunner.State - Enum in com.oracle.bedrock.junit
The different states that this JUnitTestRunner can be in.
JUnitTestRunner.StopTests - Class in com.oracle.bedrock.junit
A RemoteCallable to use to stop a test run.
JUnitTextReporter - Class in com.oracle.bedrock.junit
An implementation of a JUnitReporter that produces a text based report in the same format as that produced by the Maven Surefire plugin.
JUnitTextReporter() - Constructor for class com.oracle.bedrock.junit.JUnitTextReporter
Create a JUnitTextReporter that prints the report to System.out.
JUnitTextReporter(File) - Constructor for class com.oracle.bedrock.junit.JUnitTextReporter
Create a JUnitTextReporter that prints the report to a file in the specified folder.
JUnitUtils - Class in com.oracle.bedrock.junit
Various JUnit utilities
JUnitUtils() - Constructor for class com.oracle.bedrock.junit.JUnitUtils
 
JUnitXmlReporter - Class in com.oracle.bedrock.junit
An implementation of a JUnitReporter that produces an XML based report in the same format as that produced by the Maven Surefire plugin.
JUnitXmlReporter() - Constructor for class com.oracle.bedrock.junit.JUnitXmlReporter
Constructs a JUnitXmlReporter.
JUnitXmlReporter(File) - Constructor for class com.oracle.bedrock.junit.JUnitXmlReporter
Constructs a JUnitXmlReporter.

L

Listener() - Constructor for class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 

M

main(String[]) - Static method in class com.oracle.bedrock.junit.JUnitTestRunner
The main entry point for this application.
MapMatcher<K,V> - Class in com.oracle.bedrock.matchers
A Hamcrest-based TypeSafeMatcher for Maps.
matches(String) - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Determine whether the specified class name matches this TestClasses.TestMatcher's class name pattern.
matches(String, String) - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Determine whether the specified class name matches this TestClasses.TestMatcher's class name pattern and specified mathd name matches this TestClasses.TestMatcher's method name pattern.
matches(Object) - Method in class com.oracle.bedrock.matchers.ConstantMatcher
 
matches(Object) - Method in class com.oracle.bedrock.matchers.RecordingMatcher
 
matches(Object) - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
 
matchesSafely(CompletableFuture<? super T>, Description) - Method in class com.oracle.bedrock.deferred.FutureMatcher
 
matchesSafely(Set<Map.Entry<K, V>>) - Method in class com.oracle.bedrock.matchers.EntrySetMatcher
 
matchesSafely(Map<? extends K, ? extends V>) - Method in class com.oracle.bedrock.matchers.MapMatcher
 
matchesSafely(T) - Method in class com.oracle.bedrock.matchers.ThrowableCausedByMatcher
 
matchesSafely(T) - Method in class com.oracle.bedrock.matchers.ThrowableMessageMatcher
 
message(Matcher<? super String>) - Static method in class com.oracle.bedrock.matchers.ThrowableMessageMatcher
Constructs a ThrowableMessageMatcher for a Throwable.getMessage() matching the specified Matcher.
MetaClass() - Constructor for class com.oracle.bedrock.junit.JUnitTestRun.MetaClass

N

none() - Static method in class com.oracle.bedrock.junit.options.Tests
Create an empty set of tests.

O

of(Class<?>...) - Static method in class com.oracle.bedrock.junit.options.TestClasses
Create a TestClasses option that will resolve test classes from the specified Class instances
of(Matcher<? super T>) - Static method in class com.oracle.bedrock.matchers.RecordingMatcher
Obtains a RecordingMatcher for a specified Matcher.
onAfterEachTest() - Method in class com.oracle.bedrock.junit.AbstractTest
After each test in the class we restore the Container to return System-level resources back to normal.
onAfterTestsInClass() - Static method in class com.oracle.bedrock.junit.AbstractTest
After running tests we ensure that the Container has been stopped.
onBeforeEachTest() - Method in class com.oracle.bedrock.junit.AbstractTest
Before each test in the class we start the Container to protect System-level resources.
onBeforeTestsInClass() - Static method in class com.oracle.bedrock.junit.AbstractTest
Before running any tests we ask the Container framework for the physical System.
onLaunch(Platform, OptionsByType) - Method in class com.oracle.bedrock.junit.JUnitTestRun.MetaClass
 
onLaunched(Platform, JavaApplication, OptionsByType) - Method in class com.oracle.bedrock.junit.JUnitTestRun.MetaClass
 
onLaunching(Platform, OptionsByType) - Method in class com.oracle.bedrock.junit.JUnitTestRun.MetaClass
 

R

raiseEvent(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Raise the specified JUnitTestListener.Event on the JUnitTestRunner.STREAM_NAME event stream.
RecordingMatcher<T> - Class in com.oracle.bedrock.matchers
A Matcher that can be used to record the success and failures of another Matcher.
RecordingMatcher(Matcher<? super T>) - Constructor for class com.oracle.bedrock.matchers.RecordingMatcher
Constructs a RecordingMatcher.
Repetitively - Class in com.oracle.bedrock.deferred
Commonly used "assertThat" methods for the purposes of repetitively asserting the state of Deferred values.
Repetitively() - Constructor for class com.oracle.bedrock.deferred.Repetitively
 
resolveTestClasses() - Method in class com.oracle.bedrock.junit.options.TestClasses.ClassPathClasses
 
resolveTestClasses() - Method in class com.oracle.bedrock.junit.options.TestClasses
Obtain the Set of Classes to test.
resolveTestClasses() - Method in class com.oracle.bedrock.junit.options.TestClasses.SpecificClasses
 
run() - Method in class com.oracle.bedrock.junit.JUnitTestRunner
The main run method.
run(OptionsByType) - Method in class com.oracle.bedrock.junit.JUnitTestRunner
Wait until the JUnitTestRunner is in the JUnitTestRunner.State.Waiting state and then start a test run using the specified OptionsByType.
run() - Method in class com.oracle.bedrock.junit.JUnitTestRunner.StopTests
 

S

sameAs(Set<Map.Entry<K, V>>, Equivalence<V>) - Static method in class com.oracle.bedrock.matchers.EntrySetMatcher
 
sameAs(Set<Map.Entry<K, V>>) - Static method in class com.oracle.bedrock.matchers.EntrySetMatcher
 
sameAs(Map<K, V>) - Static method in class com.oracle.bedrock.matchers.MapMatcher
 
sameAs(Map<K, V>, Equivalence<V>) - Static method in class com.oracle.bedrock.matchers.MapMatcher
 
setRunner(JUnitTestRunner) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.StartTests
Set the JUnitTestRunner to use to run tests.
setRunner(JUnitTestRunner) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.StopTests
Set the JUnitTestRunner to use to run tests.
setTestFailed(boolean) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
Set whether the current test has failed.
setTestTimeSeconds(float) - Method in class com.oracle.bedrock.junit.JUnitReporter.TestResults
Set the total number of seconds taken to execute the tests.
shouldRun(Description) - Method in class com.oracle.bedrock.junit.options.TestClasses.AlwaysRunFilter
 
shouldRun(Description) - Method in class com.oracle.bedrock.junit.options.TestClasses.TestFilter
 
SimpleJUnitTestListener - Class in com.oracle.bedrock.junit
A simple implementation of a JUnitTestListener.
SimpleJUnitTestListener() - Constructor for class com.oracle.bedrock.junit.SimpleJUnitTestListener
SimpleJUnitTestRun - Class in com.oracle.bedrock.junit
An implementation of a JavaApplication that runs one or more JUnit tests.
SimpleJUnitTestRun(Platform, JavaApplicationProcess, OptionsByType) - Constructor for class com.oracle.bedrock.junit.SimpleJUnitTestRun
Create a SimpleJUnitTestRun application.
startTests(OptionsByType) - Method in interface com.oracle.bedrock.junit.JUnitTestRun
Start execution of the JUnit test suite.
StartTests(OptionsByType) - Constructor for class com.oracle.bedrock.junit.JUnitTestRunner.StartTests
Create a JUnitTestRunner.StartTests runnable with the specified options.
startTests(OptionsByType) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestRun
 
stop() - Method in class com.oracle.bedrock.junit.JUnitTestRunner
Set the current state to JUnitTestRunner.State.Stopped, which will cause the application to exit.
StopTests() - Constructor for class com.oracle.bedrock.junit.JUnitTestRunner.StopTests
 
STREAM_NAME - Static variable in class com.oracle.bedrock.junit.JUnitTestRunner
The name of the event stream that will be used to send JUnit test events.
SystemPropertyIsolation - Class in com.oracle.bedrock.junit
A JUnit Rule that will ensure each test has the same set of properties (and any changes during the test are removed after the test has completed).
SystemPropertyIsolation() - Constructor for class com.oracle.bedrock.junit.SystemPropertyIsolation
 

T

test(Class<?>) - Method in class com.oracle.bedrock.junit.options.TestClasses.IncludeExcludePredicate
 
test(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
 
testAssumptionFailure(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testAssumptionFailure(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testAssumptionFailure(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test assumption failure was encountered.
testAssumptionFailure(Failure) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testAssumptionFailure(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
TestClasses - Class in com.oracle.bedrock.junit.options
An option representing a set of test Classes.
TestClasses() - Constructor for class com.oracle.bedrock.junit.options.TestClasses
 
TestClasses.AlwaysRunFilter - Class in com.oracle.bedrock.junit.options
A JUnit test Filter that always matches everything.
TestClasses.ClassPathClasses - Class in com.oracle.bedrock.junit.options
A TestClasses instance that resolves test classes from a specific ClassPath instance.
TestClasses.IncludeExcludePredicate - Class in com.oracle.bedrock.junit.options
A Predicate that uses an inner predicate as well as this TestClasses include and exclude patterns to filter Class files.
TestClasses.SpecificClasses - Class in com.oracle.bedrock.junit.options
A TestClasses instance that uses a fixed set of Classes as the set of tests to execute.
TestClasses.TestFilter - Class in com.oracle.bedrock.junit.options
A JUnit test Filter that filters test Class names and method names based on the set of included and excluded TestClasses.TestMatchers.
TestClasses.TestMatcher - Class in com.oracle.bedrock.junit.options
A class that matches a class and method name based on a pair of regular expressions.
testClassFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testClassFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testClassFinished(String, long) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testClassFinished(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates end of a given test-set
testClassFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
TestClassPredicate - Class in com.oracle.bedrock.junit
A Predicate that can be used to determine whether a Class is a valid JUnit test or suite class.
TestClassPredicate() - Constructor for class com.oracle.bedrock.junit.TestClassPredicate
 
testClassStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testClassStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testClassStarted(String) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testClassStarted(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates the start of a given test-set
testClassStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
testError(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testError(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testError(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test ended with an error (non anticipated problem)
testError(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
testFailed(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testFailed(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testFailed(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test ended with a failure (anticipated problem)
testFailed(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
testFailure(Failure) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
TestFilter(Set<TestClasses.TestMatcher>, Set<TestClasses.TestMatcher>) - Constructor for class com.oracle.bedrock.junit.options.TestClasses.TestFilter
Create a TestClasses.TestFilter that will use the specified include and exclude patterns.
testFinished(Description) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testIgnored(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testIgnored(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testIgnored(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test is skipped
testIgnored(Description) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testIgnored(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
TestMatcher(String) - Constructor for class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
Create a TestClasses.TestMatcher using the specified pattern.
TestResults(String) - Constructor for class com.oracle.bedrock.junit.JUnitReporter.TestResults
Create a new JUnitReporter.TestResults for the specified class name.
testRunFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testRunFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testRunFinished(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates end of a given test-set
testRunFinished(Result) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testRunFinished(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
testRunFinsihed(String, long) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testRunStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testRunStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testRunStarted(String, Properties) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testRunStarted(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Indicates the start of a given test-set
testRunStarted(Description) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testRunStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
Tests - Class in com.oracle.bedrock.junit.options
An option representing an immutable collection of TestClasses.
testStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testStarted(String, String) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testStarted(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test is about to start
testStarted(Description) - Method in class com.oracle.bedrock.junit.JUnitTestRunner.Listener
 
testStarted(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
testSucceded(String, String, long) - Static method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
testSucceeded(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.BaseJUnitTestListener
 
testSucceeded(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.JUnitReporter
 
testSucceeded(JUnitTestListener.Event) - Method in interface com.oracle.bedrock.junit.JUnitTestListener
Event fired when a test ended successfully
testSucceeded(JUnitTestListener.Event) - Method in class com.oracle.bedrock.junit.SimpleJUnitTestListener
 
ThrowableCausedByMatcher<T extends Throwable> - Class in com.oracle.bedrock.matchers
A TypeSafeMatcher for matching one of the Throwable.getCause() Throwables.
ThrowableMatcher<T> - Class in com.oracle.bedrock.matchers
A Matcher that can be used to match Throwables raised while performing assertions instead of matching values.
ThrowableMessageMatcher<T extends Throwable> - Class in com.oracle.bedrock.matchers
A TypeSafeMatcher for the content of a Throwable.getMessage().
toConsole() - Static method in class com.oracle.bedrock.junit.JUnitTextReporter
Obtain a JUnitTextReporter as an Option that will print test reports to System.out.
toConsole() - Static method in class com.oracle.bedrock.junit.JUnitXmlReporter
 
toString() - Method in class com.oracle.bedrock.deferred.DeferredMatch
 
toString() - Method in class com.oracle.bedrock.deferred.options.FailFast
 
toString() - Method in class com.oracle.bedrock.junit.JUnitTestListener.Event
 
toString() - Method in class com.oracle.bedrock.junit.options.TestClasses.SpecificClasses
 
toString() - Method in class com.oracle.bedrock.junit.options.TestClasses.TestMatcher
 

U

usesRunWithEnclosed(Class<?>) - Method in class com.oracle.bedrock.junit.TestClassPredicate
Determine whether the specified Class is annotated with the JUnit RunWith annotation and the runner specified in the annotation is the Enclosed runner.

V

valueOf(String) - Static method in enum com.oracle.bedrock.junit.JUnitTestListener.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.bedrock.junit.JUnitTestRunner.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.bedrock.junit.JUnitTestListener.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.bedrock.junit.JUnitTestRunner.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

willThrow(Class<? extends Throwable>) - Static method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtains a ThrowableMatcher for the specified class of Throwable.
willThrow(Matcher<? super Throwable>) - Static method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtains a ThrowableMatcher for a Matcher of Throwables.
with(TestClasses) - Method in class com.oracle.bedrock.junit.options.Tests
 
with(Tests) - Method in class com.oracle.bedrock.junit.options.Tests
 
within(long, TimeUnit) - Static method in class com.oracle.bedrock.deferred.Eventually
Obtains a Timeout with the specified duration.
withMessage(Matcher<? super String>) - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtains a new ThrowableMatcher that includes the matching the Throwable.getMessage()
withMessage(String) - Method in class com.oracle.bedrock.matchers.ThrowableMatcher
Obtains a new ThrowableMatcher that includes matching the specified message.
without(TestClasses) - Method in class com.oracle.bedrock.junit.options.Tests
 
writeReport(PrintStream, JUnitReporter.TestResults) - Method in class com.oracle.bedrock.junit.JUnitReporter
Write the test report for the specified JUnitReporter.TestResults to the specified PrintStream.
writeReport(PrintStream, JUnitReporter.TestResults) - Method in class com.oracle.bedrock.junit.JUnitTextReporter
 
writeReport(PrintStream, JUnitReporter.TestResults) - Method in class com.oracle.bedrock.junit.JUnitXmlReporter
 
A B C D E F G H I J L M N O R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.