Index

A B C D E F G I L M N O R S T U V 
All Classes and Interfaces|All Packages

A

aborted() - Method in class org.junit.platform.testkit.engine.Events
Get the aborted Events contained in this Events object.
aborted() - Method in class org.junit.platform.testkit.engine.Executions
Get the aborted Executions contained in this Executions object.
aborted(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected aborted events.
abortedWithReason(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of ABORTED as well as a cause that matches all of the supplied conditions.
allEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get all recorded events.
assertEventsMatchExactly(Condition<? super Event>...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all events contained in this Events object exactly match the provided conditions.
assertEventsMatchLoosely(Condition<? super Event>...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all provided conditions are matched by an event contained in this Events object, regardless of order.
assertEventsMatchLooselyInOrder(Condition<? super Event>...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all provided conditions are matched by an event contained in this Events object.
assertStatistics(Consumer<EventStatistics>) - Method in class org.junit.platform.testkit.engine.Events
Assert statistics for the events contained in this Events object.
assertThatEvents() - Method in class org.junit.platform.testkit.engine.Events
Shortcut for org.assertj.core.api.Assertions.assertThat(events.list()).
assertThatExecutions() - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for org.assertj.core.api.Assertions.assertThat(executions.list()).

B

byPayload(Class<T>, Predicate<? super T>) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose payload types match the supplied payloadType and whose payloads match the supplied payloadPredicate.
byTestDescriptor(Predicate<? super TestDescriptor>) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose TestDescriptors match the supplied testDescriptorPredicate.
byType(EventType) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose event types match the supplied type.

C

cancellationToken(CancellationToken) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Set the CancellationToken to use for execution.
cause(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's cause matches all supplied conditions.
configurationParameter(String, String) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add the supplied configuration parameter.
configurationParameters(Map<String, String>) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied configuration parameters.
container() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container.
container(Class<?>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the fully qualified name of the supplied Class.
container(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the supplied String.
container(Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition and its test descriptor is a container.
containerEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get recorded events for containers.
count() - Method in class org.junit.platform.testkit.engine.Events
Get the number of events contained in this Events object.
count() - Method in class org.junit.platform.testkit.engine.Executions
Get the number of executions contained in this Executions object.

D

debug() - Method in class org.junit.platform.testkit.engine.Events
Print all events to System.out.
debug() - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to System.out.
debug(OutputStream) - Method in class org.junit.platform.testkit.engine.Events
Print all events to the supplied OutputStream.
debug(OutputStream) - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to the supplied OutputStream.
debug(Writer) - Method in class org.junit.platform.testkit.engine.Events
Print all events to the supplied Writer.
debug(Writer) - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to the supplied Writer.
discover() - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Discover tests for the configured TestEngine, discovery selectors, discovery filters, and configuration parameters.
discover(String, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Discover tests for the given LauncherDiscoveryRequest using the TestEngine with the supplied ID.
discover(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Discover tests for the given LauncherDiscoveryRequest using the supplied TestEngine.
displayName(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the display name of an Event's test descriptor is equal to the supplied String.
DYNAMIC_TEST_REGISTERED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor has been dynamically registered.
dynamicallyRegistered() - Method in class org.junit.platform.testkit.engine.Events
Get the dynamic registration Events contained in this Events object.
dynamicallyRegistered(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected dynamic registration events.
dynamicTestRegistered(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.DYNAMIC_TEST_REGISTERED and its unique id contains the supplied String.
dynamicTestRegistered(Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.DYNAMIC_TEST_REGISTERED and it matches the supplied Condition.
dynamicTestRegistered(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for the dynamic registration of the supplied TestDescriptor.
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a dynamically registered container or test.

E

enableImplicitConfigurationParameters(boolean) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Configure whether implicit configuration parameters should be considered.
engine() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is an instance of EngineDescriptor.
engine(String) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Create an execution EngineTestKit.Builder for the TestEngine with the supplied ID.
engine(TestEngine) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Create an execution EngineTestKit.Builder for the supplied TestEngine.
EngineDiscoveryResults - Class in org.junit.platform.testkit.engine
EngineDiscoveryResults represents the results of test discovery by a TestEngine on the JUnit Platform and provides access to the TestDescriptor of the engine and any DiscoveryIssues that were encountered.
EngineExecutionResults - Class in org.junit.platform.testkit.engine
EngineExecutionResults provides a fluent API for processing the results of executing a test plan on the JUnit Platform for a given TestEngine.
EngineTestKit - Class in org.junit.platform.testkit.engine
EngineTestKit provides support for discovering and executing tests for a given TestEngine and provides convenient access to the results.
EngineTestKit.Builder - Class in org.junit.platform.testkit.engine
TestEngine execution builder.
event(Condition<? super Event>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches all the supplied conditions.
Event - Class in org.junit.platform.testkit.engine
Event represents a single event fired during execution of a test plan on the JUnit Platform.
EventConditions - Class in org.junit.platform.testkit.engine
Collection of AssertJ conditions for Event.
Events - Class in org.junit.platform.testkit.engine
Events is a facade that provides a fluent API for working with events.
EventStatistics - Class in org.junit.platform.testkit.engine
EventStatistics provides a fluent API for asserting statistics for events.
EventType - Enum Class in org.junit.platform.testkit.engine
Enumeration of the different possible Event types.
Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchExactly(Condition<? super Event>...)
Section
Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchLoosely(Condition<? super Event>...)
Section
Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchLooselyInOrder(Condition<? super Event>...)
Section
Example - Search tag in org.junit.platform.testkit.engine.Events.assertStatistics(Consumer<EventStatistics>)
Section
Example Usage - Search tag in org.junit.platform.testkit.engine.EngineTestKit.engine(String)
Section
Example Usage - Search tag in org.junit.platform.testkit.engine.EngineTestKit.engine(TestEngine)
Section
execute() - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Execute tests for the configured TestEngine, discovery selectors, discovery filters, and configuration parameters.
execute(String, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Execute tests for the given LauncherDiscoveryRequest using the TestEngine with the supplied ID.
execute(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Execute tests for the given LauncherDiscoveryRequest using the supplied TestEngine.
executed() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo represents a completed execution.
executed(TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
Create an executed TerminationInfo instance for the supplied TestExecutionResult.
Execution - Class in org.junit.platform.testkit.engine
Execution encapsulates metadata for the execution of a single TestDescriptor.
executionFinished(TestDescriptor, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Event
Create a finished Event for the supplied TestDescriptor and TestExecutionResult.
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a container or test that completed with the provided TestExecutionResult.
ExecutionRecorder - Class in org.junit.platform.testkit.engine
ExecutionRecorder is an EngineExecutionListener that records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state via EngineExecutionResults.
ExecutionRecorder() - Constructor for class org.junit.platform.testkit.engine.ExecutionRecorder
 
executions() - Method in class org.junit.platform.testkit.engine.Events
Get the Executions for the current set of events.
Executions - Class in org.junit.platform.testkit.engine
Executions is a facade that provides a fluent API for working with executions.
executionSkipped(TestDescriptor, String) - Static method in class org.junit.platform.testkit.engine.Event
Create a skipped Event for the supplied TestDescriptor and reason.
executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a container or test that was skipped.
executionStarted(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
Create a started Event for the supplied TestDescriptor.
executionStarted(TestDescriptor) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a container or test that started.

F

failed() - Method in class org.junit.platform.testkit.engine.Events
Get the failed Events contained in this Events object.
failed() - Method in class org.junit.platform.testkit.engine.Executions
Get the failed Executions contained in this Executions object.
failed(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected failed events.
FILE_ENTRY_PUBLISHED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor published a file entry.
fileEntry(Predicate<FileEntry>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of FileEntry that contains a file that matches the supplied Predicate.
fileEntryPublished() - Method in class org.junit.platform.testkit.engine.Events
Get the file entry publication Events contained in this Events object.
fileEntryPublished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected file entry publication events.
fileEntryPublished(TestDescriptor, FileEntry) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for a published file for the supplied TestDescriptor and FileEntry.
fileEntryPublished(TestDescriptor, FileEntry) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a published FileEntry.
filter(Predicate<? super Event>) - Method in class org.junit.platform.testkit.engine.Events
Shortcut for events.stream().filter(predicate).
filter(Predicate<? super Execution>) - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for executions.stream().filter(predicate).
filters(Filter<?>...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied filters.
finished() - Method in class org.junit.platform.testkit.engine.Events
Get the finished Events contained in this Events object.
finished() - Method in class org.junit.platform.testkit.engine.Executions
Get the finished Executions contained in this Executions object.
finished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected finished events.
finished(Condition<TestExecutionResult>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its payload is an instance of TestExecutionResult that matches the supplied Condition.
finished(TestDescriptor, Instant, Instant, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Execution
Create a new instance of an Execution that finished with the provided TestExecutionResult.
FINISHED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has finished, regardless of the outcome.
finishedSuccessfully() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of SUCCESSFUL.
finishedWithFailure() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of FAILED.
finishedWithFailure(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of FAILED as well as a cause that matches all of the supplied Conditions.

G

getDiscoveryIssues() - Method in class org.junit.platform.testkit.engine.EngineDiscoveryResults
Returns the issues that were encountered during discovery.
getDuration() - Method in class org.junit.platform.testkit.engine.Execution
Get the Duration of this Execution.
getEndInstant() - Method in class org.junit.platform.testkit.engine.Execution
Get the end Instant of this Execution.
getEngineDescriptor() - Method in class org.junit.platform.testkit.engine.EngineDiscoveryResults
Returns the root TestDescriptor of the engine.
getExecutionResult() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Get the TestExecutionResult for the completed execution.
getExecutionResults() - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Get the state of the engine's execution in the form of EngineExecutionResults.
getPayload() - Method in class org.junit.platform.testkit.engine.Event
Get the payload, if available.
getPayload(Class<T>) - Method in class org.junit.platform.testkit.engine.Event
Get the payload of the expected type, if available.
getRequiredPayload(Class<T>) - Method in class org.junit.platform.testkit.engine.Event
Get the payload of the required type.
getSkipReason() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Get the reason the execution was skipped.
getStartInstant() - Method in class org.junit.platform.testkit.engine.Execution
Get the start Instant of this Execution.
getTerminationInfo() - Method in class org.junit.platform.testkit.engine.Execution
Get the TerminationInfo for this Execution.
getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Event
Get the TestDescriptor associated with this Event.
getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Execution
Get the TestDescriptor for this Execution.
getTimestamp() - Method in class org.junit.platform.testkit.engine.Event
Get the Instant when this Event occurred.
getType() - Method in class org.junit.platform.testkit.engine.Event
Get the type of this Event.

I

instanceOf(Class<? extends Throwable>) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable is an instance of the supplied Class.

L

legacyReportingName(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the TestDescriptor.getLegacyReportingName() () legacy reporting name} of an Event's test descriptor is equal to the supplied String.
list() - Method in class org.junit.platform.testkit.engine.Events
Get the events as a List.
list() - Method in class org.junit.platform.testkit.engine.Executions
Get the executions as a List.

M

map(Function<? super Event, ? extends R>) - Method in class org.junit.platform.testkit.engine.Events
Shortcut for events.stream().map(mapper).
map(Function<? super Execution, ? extends R>) - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for executions.stream().map(mapper).
message(String) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's message is equal to the supplied String.
message(Predicate<String>) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's message matches the supplied Predicate.

N

nestedContainer(Class<?>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
nestedContainer(Class<?>, Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition, its test descriptor is a container, and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
notSkipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo does not represent a skipped execution.

O

org.junit.platform.testkit - module org.junit.platform.testkit
Defines the Test Kit API for the JUnit Platform.
org.junit.platform.testkit.engine - package org.junit.platform.testkit.engine
Test Kit for testing the execution of a TestEngine running on the JUnit Platform.
outputDirectoryProvider(OutputDirectoryProvider) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Set the OutputDirectoryProvider to use.

R

reason(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of String that is equal to the supplied value.
reason(Predicate<String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of String that matches the supplied Predicate.
reportEntry(Map<String, String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of ReportEntry that contains the supplied key-value pairs.
REPORTING_ENTRY_PUBLISHED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor published a reporting entry.
reportingEntryPublished() - Method in class org.junit.platform.testkit.engine.Events
Get the reporting entry publication Events contained in this Events object.
reportingEntryPublished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected reporting entry publication events.
reportingEntryPublished(TestDescriptor, ReportEntry) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for a reporting entry published for the supplied TestDescriptor and ReportEntry.
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a published ReportEntry.
result(Condition<TestExecutionResult>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of TestExecutionResult that matches the supplied Condition.
rootCause(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's root cause matches all supplied conditions.

S

selectors(DiscoverySelector...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied discovery selectors.
skipped() - Method in class org.junit.platform.testkit.engine.Events
Get the skipped Events contained in this Events object.
skipped() - Method in class org.junit.platform.testkit.engine.Executions
Get the skipped Executions contained in this Executions object.
skipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo represents a skipped execution.
skipped(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected skipped events.
skipped(String) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
Create a skipped TerminationInfo instance for the supplied reason.
skipped(TestDescriptor, Instant, Instant, String) - Static method in class org.junit.platform.testkit.engine.Execution
Create a new instance of an Execution that was skipped with the provided skipReason.
SKIPPED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has been skipped.
skippedWithReason(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.SKIPPED and the reason is equal to the supplied String.
skippedWithReason(Predicate<String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.SKIPPED and the reason matches the supplied Predicate.
started() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.STARTED.
started() - Method in class org.junit.platform.testkit.engine.Events
Get the started Events contained in this Events object.
started() - Method in class org.junit.platform.testkit.engine.Executions
Get the started Executions contained in this Executions object.
started(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected started events.
STARTED - Enum constant in enum class org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has started.
status(TestExecutionResult.Status) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a TestExecutionResult's status is equal to the supplied Status.
stream() - Method in class org.junit.platform.testkit.engine.Events
Get the events as a Stream.
stream() - Method in class org.junit.platform.testkit.engine.Executions
Get the executions as a Stream.
succeeded() - Method in class org.junit.platform.testkit.engine.Events
Get the succeeded Events contained in this Events object.
succeeded() - Method in class org.junit.platform.testkit.engine.Executions
Get the succeeded Executions contained in this Executions object.
succeeded(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected succeeded events.
suppressed(int, Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's suppressed throwable at the supplied index matches all supplied conditions.

T

TerminationInfo - Class in org.junit.platform.testkit.engine
TerminationInfo is a union type that allows propagation of terminated container/test state, supporting either the reason if the container/test was skipped or the TestExecutionResult if the container/test was executed.
test() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test.
test(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test and its unique id contains the supplied String.
test(String, String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test, its unique id contains the supplied String, and its display name equals the supplied String.
test(Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition and its test descriptor is a test.
testEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get recorded events for tests.
TestExecutionResultConditions - Class in org.junit.platform.testkit.engine
Collection of AssertJ conditions for TestExecutionResult.
throwable(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a TestExecutionResult's throwable matches all supplied conditions.
toString() - Method in class org.junit.platform.testkit.engine.Event
 
toString() - Method in class org.junit.platform.testkit.engine.Execution
 
toString() - Method in class org.junit.platform.testkit.engine.TerminationInfo
 
type(EventType) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is equal to the supplied EventType.

U

uniqueId(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor is equal to the UniqueId parsed from the supplied String.
uniqueId(Condition<? super UniqueId>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor matches the supplied Condition.
uniqueId(UniqueId) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor is equal to the supplied UniqueId.
uniqueIdSubstring(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains the supplied String.
uniqueIdSubstrings(String...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains all of the supplied strings.
uniqueIdSubstrings(List<String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains all of the supplied strings.

V

valueOf(String) - Static method in enum class org.junit.platform.testkit.engine.EventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.junit.platform.testkit.engine.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G I L M N O R S T U V 
All Classes and Interfaces|All Packages