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

A

aborted() - Method in enum org.junit.platform.console.options.Theme
 
aborted(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
Obtain a TestExecutionResult for an aborted execution of a test or container with the supplied throwable.
ABORTED - org.junit.platform.engine.TestExecutionResult.Status
Indicates that the execution of a test or container was aborted (started but not finished).
AbstractTestDescriptor - Class in org.junit.platform.engine.support.descriptor
Abstract base implementation of TestDescriptor that may be used by custom TestEngines.
AbstractTestDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId and display name.
AbstractTestDescriptor(UniqueId, String, TestSource) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId, display name, and source.
AbstractTestRuleAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
AbstractTestRuleAdapter(TestRuleAnnotatedMember, Class<? extends TestRule>) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
accept(TestDescriptor.Visitor) - Method in interface org.junit.platform.engine.TestDescriptor
Accept a visitor to the subtree starting with this descriptor.
accept(T) - Method in interface org.junit.jupiter.api.function.ThrowingConsumer
Consume the supplied argument, potentially throwing an exception.
acquire() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Acquire this resource lock, potentially blocking.
adaptFilter(Filter<V>, Function<T, V>) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if the adapted Filter includes the value converted using the supplied Function.
add(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Add the supplied TestIdentifier to this test plan.
addChild(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
addChild(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Add a child to this descriptor.
addListener(LogRecordListener) - Static method in class org.junit.platform.commons.logging.LoggerFactory
Add the supplied LogRecordListener to the set of registered listeners.
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
 
after() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
 
after(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Execute the after behavior of this node.
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
afterAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterAllCallback
Callback that is invoked once after all tests in the current container.
AfterAll - Annotation Type in org.junit.jupiter.api
@AfterAll is used to signal that the annotated method should be executed after all tests in the current test class.
AfterAllCallback - Interface in org.junit.jupiter.api.extension
AfterAllCallback defines the API for Extensions that wish to provide additional behavior to test containers after all tests have been invoked.
afterEach(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterEachCallback
Callback that is invoked after each test has been invoked.
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
AfterEach - Annotation Type in org.junit.jupiter.api
@AfterEach is used to signal that the annotated method should be executed after each @Test, @RepeatedTest, @ParameterizedTest, @TestFactory, and @TestTemplate method in the current test class.
AfterEachCallback - Interface in org.junit.jupiter.api.extension
AfterEachCallback defines the API for Extensions that wish to provide additional behavior to tests after each test method has been invoked.
AfterEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
Functional interface for registering an @AfterEach method as a pseudo-extension.
afterTestExecution(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterTestExecutionCallback
Callback that is invoked immediately after each test has been executed.
AfterTestExecutionCallback - Interface in org.junit.jupiter.api.extension
AfterTestExecutionCallback defines the API for Extensions that wish to provide additional behavior to tests immediately after each test has been executed.
aggregateArguments(ArgumentsAccessor, ParameterContext) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAggregator
Aggregate the arguments contained in the supplied accessor into a single object.
AggregateWith - Annotation Type in org.junit.jupiter.params.aggregator
@AggregateWith is an annotation that allows one to specify an ArgumentsAggregator.
AggregationUtils - Class in org.junit.jupiter.params.aggregator
Collection of utilities for working with aggregating argument consumers in parameterized tests (i.e., parameters of type ArgumentsAccessor or annotated with @AggregateWith).
AIX - org.junit.jupiter.api.condition.OS
IBM AIX operating system.
allow(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowAll() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
AnnotationConsumer<A extends Annotation> - Interface in org.junit.jupiter.params.support
@AnnotationConsumer is a @FunctionalInterface for consuming annotations.
AnnotationConsumerInitializer - Class in org.junit.jupiter.params.support
AnnotationConsumerInitializer is an internal helper class for initializing AnnotationConsumers.
AnnotationSupport - Class in org.junit.platform.commons.support
Common annotation support.
AnnotationUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with annotations.
append(String, Object) - Method in class org.junit.platform.commons.util.ToStringBuilder
 
append(String, String) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment, based on the supplied segmentType and value, to the end of this UniqueId.
append(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment to the end of this UniqueId.
apply(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
apply(TestEngine) - Method in class org.junit.platform.launcher.EngineFilter
 
apply(Description) - Method in class org.junit.vintage.engine.support.UniqueIdReader
 
apply(T) - Method in interface org.junit.platform.engine.Filter
Apply this filter to the supplied object.
ArgumentAccessException - Exception in org.junit.jupiter.params.aggregator
ArgumentAccessException is an exception thrown by an ArgumentsAccessor if an error occurs while accessing or converting an argument.
ArgumentAccessException(String) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentAccessException
 
ArgumentAccessException(String, Throwable) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentAccessException
 
ArgumentConversionException - Exception in org.junit.jupiter.params.converter
ArgumentConversionException is an exception that can occur when an object is converted to another object by an implementation of an org.junit.jupiter.params.converter.ArgumentConverter.
ArgumentConversionException(String) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
 
ArgumentConversionException(String, Throwable) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
 
ArgumentConverter - Interface in org.junit.jupiter.params.converter
ArgumentConverter is an abstraction that allows an input object to be converted to an instance of a different class.
arguments(Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
Factory method for creating an instance of Arguments based on the supplied arguments.
Arguments - Interface in org.junit.jupiter.params.provider
Arguments is an abstraction that provides access to an array of objects to be used for invoking a @ParameterizedTest method.
ArgumentsAccessor - Interface in org.junit.jupiter.params.aggregator
ArgumentsAccessor defines the public API for accessing arguments provided by an ArgumentsProvider for a single invocation of a @ParameterizedTest method.
ArgumentsAggregationException - Exception in org.junit.jupiter.params.aggregator
ArgumentsAggregationException is an exception thrown by an ArgumentsAggregator when an error occurs while aggregating arguments.
ArgumentsAggregationException(String) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentsAggregationException
 
ArgumentsAggregationException(String, Throwable) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentsAggregationException
 
ArgumentsAggregator - Interface in org.junit.jupiter.params.aggregator
ArgumentsAggregator is an abstraction for the aggregation of arguments provided by an ArgumentsProvider for a single invocation of a @ParameterizedTest method into a single object.
ArgumentsProvider - Interface in org.junit.jupiter.params.provider
An ArgumentsProvider is responsible for providing a stream of arguments to be passed to a @ParameterizedTest method.
ArgumentsSource - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSource is a repeatable annotation that is used to register argument providers for the annotated test method.
ArgumentsSources - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSources is a simple container for one or more ArgumentsSource annotations.
ASCII - org.junit.platform.console.options.Theme
ASCII 7-bit characters form the tree branch.
assertAll(String, Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(Executable...) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(double[], double[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(float[], float[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertDoesNotThrow(Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable does not throw any kind of exception.
assertDoesNotThrow(Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable does not throw any kind of exception.
assertDoesNotThrow(Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable does not throw any kind of exception.
assertDoesNotThrow(ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier does not throw any kind of exception.
assertDoesNotThrow(ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier does not throw any kind of exception.
assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier does not throw any kind of exception.
assertEmpty() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Assert that this ThrowableCollector is empty (i.e., has not collected any Throwables).
assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertFalse(boolean) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
Assertions - Class in org.junit.jupiter.api
Assertions is a collection of utility methods that support asserting conditions in tests.
assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
assertLinesMatch(List<String>, List<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected list of Strings matches actual list.
assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
assertNotNull(Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
assertNull(Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
assertNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
assertPackageNameIsValid(String) - Static method in class org.junit.platform.commons.util.PackageUtils
Assert that the supplied package name is valid in terms of Java syntax.
assertSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual refer to the same object.
assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual refer to the same object.
assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual refer to the same object.
assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, ThrowingSupplier<?>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the given supplier throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, ThrowingSupplier<?>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the given supplier throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, ThrowingSupplier<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the given supplier throws an exception of the expectedType and returns the exception.
assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTrue(boolean) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
assumeFalse(boolean) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumingThat(boolean, Executable) - Static method in class org.junit.jupiter.api.Assumptions
Execute the supplied Executable, but only if the supplied assumption is valid.
assumingThat(BooleanSupplier, Executable) - Static method in class org.junit.jupiter.api.Assumptions
Execute the supplied Executable, but only if the supplied assumption is valid.
Assumptions - Class in org.junit.jupiter.api
Assumptions is a collection of utility methods that support conditional test execution based on assumptions.
A B C D E F G H I J L M N O P R S T U V W