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

A

actual(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
Sets the actual value of the assertion.
actual(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
Sets the actual value of the assertion.
actualValues(Object...) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
Sets the multiple actual values of the assertion.
actualValues(Object...) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
Sets the multiple actual values of the assertion.
actualValues(Collection<?>) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
Sets the multiple actual values of the assertion.
actualValues(Collection<?>) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
Sets the multiple actual values of the assertion.
AddAllArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.SetTests.AddAllArgumentsProvider
 
addAppender(Appender<ILoggingEvent>) - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
Adds an appender to the logger.
addAppender(Appender) - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
Adds an appender to the logger.
addAppender(Appender) - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
Adds an appender to the logger.
AddArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.SetTests.AddArgumentsProvider
 
addElementsToExpected(List<T>, Collection<? extends T>) - Method in interface com.github.robtimus.junit.support.test.collections.SetTests.AddAllTests
Adds multiple elements to a list of expected elements.
addElementToExpected(List<T>, T) - Method in interface com.github.robtimus.junit.support.test.collections.SetTests.AddTests
Adds an element to a list of expected elements.
addHandler(Handler) - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
Adds a handler to the logger.
allowNegativeSkip() - Method in interface com.github.robtimus.junit.support.test.io.InputStreamTests.SkipTests
 
allowNegativeSkip() - Method in interface com.github.robtimus.junit.support.test.io.ReaderTests.SkipTests
 
andAssertNoFailures() - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentResults
Asserts that no Executable or ThrowingSupplier threw an error or exception.
andCollectResults(Collector<T, ?, R>) - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentResults
Collects the results produced by the ConcurrentRunner that created this object.
andListResults() - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentResults
Returns a list with the results produced by the ConcurrentRunner that created this object.
andReturnError() - Method in class com.github.robtimus.junit.support.ThrowableAsserter.Asserted
Returns the error that was thrown.
andReturnErrorAs(Class<T>) - Method in class com.github.robtimus.junit.support.ThrowableAsserter.Asserted
Returns the error that was thrown.
andReturnErrorIfThrown() - Method in class com.github.robtimus.junit.support.ThrowableAsserter.Asserted
Returns the error that was thrown.
andReturnErrorIfThrownAs(Class<T>) - Method in class com.github.robtimus.junit.support.ThrowableAsserter.Asserted
Returns the error that was thrown.
andReturnResult() - Method in class com.github.robtimus.junit.support.ThrowableAsserter.Asserted
Returns the result of the executed code.
andStreamResults() - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentResults
Returns a stream with the results produced by the ConcurrentRunner that created this object.
AnnotationBasedInjectingExtension<A extends Annotation> - Class in com.github.robtimus.junit.support.extension
An abstract base class for JUnit extensions that can inject values in fields and/or parameters, based on a specific annotation.
AnnotationBasedInjectingExtension(Class<A>, MethodHandles.Lookup) - Constructor for class com.github.robtimus.junit.support.extension.AnnotationBasedInjectingExtension
Creates a new extension.
append(LogEvent) - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jNullAppender
Delegates to Log4jNullAppender.ignore(LogEvent) with the result of calling LogEvent.toImmutable() on the given event.
ArgumentsCombiner - Class in com.github.robtimus.junit.support.params
A class that can combine multiple arguments.
AsLines - Annotation Type in com.github.robtimus.junit.support.extension.testresource
AsLines is a shortcut for LoadWith for TestResourceLoaders.toLines(Reader).
AsLinesArray - Annotation Type in com.github.robtimus.junit.support.extension.testresource
AsLinesArray is a shortcut for LoadWith for TestResourceLoaders.toLinesArray(Reader).
AsProperties - Annotation Type in com.github.robtimus.junit.support.extension.testresource
AsProperties is a shortcut for LoadWith for TestResourceLoaders.toProperties(Reader).
assertChainEquals(Throwable, Throwable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertChainEquals(Throwable, Throwable, int) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertChainEquals(Throwable, Throwable, int, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertChainEquals(Throwable, Throwable, int, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertChainEquals(Throwable, Throwable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertChainEquals(Throwable, Throwable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a throwable represents the same throwable chain as another.
assertContainsContent(InputStream, byte[]) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, byte[], String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, byte[], Supplier<String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, Charset, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, Charset, String, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, Charset, String, Supplier<String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(InputStream, Charset, Matcher<? super String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an InputStream contains specific content.
assertContainsContent(Reader, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that a Reader contains specific content.
assertContainsContent(Reader, String, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that a Reader contains specific content.
assertContainsContent(Reader, String, Supplier<String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that a Reader contains specific content.
assertContainsContent(Reader, Matcher<? super String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that a Reader contains specific content.
assertDoesNotMatch(Predicate<? super T>, T) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoesNotMatch(Predicate<? super T>, T, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoesNotMatch(Predicate<? super T>, T, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoesNotThrowCheckedException(Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoesNotThrowCheckedException(Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoesNotThrowCheckedException(Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoesNotThrowCheckedException(ThrowingSupplier<T>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoesNotThrowCheckedException(ThrowingSupplier<T>, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoesNotThrowCheckedException(ThrowingSupplier<T>, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that a piece of code does not throw a checked exception.
assertDoubleDoesNotMatch(DoublePredicate, double) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoubleDoesNotMatch(DoublePredicate, double, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoubleDoesNotMatch(DoublePredicate, double, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertDoubleMatches(DoublePredicate, double) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertDoubleMatches(DoublePredicate, double, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertDoubleMatches(DoublePredicate, double, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertHasCause(Class<T>, Throwable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a cause, directly or indirectly, of the given type, and returns this cause.
assertHasCause(Class<T>, Throwable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a cause, directly or indirectly, of the given type, and returns this cause.
assertHasCause(Class<T>, Throwable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a cause, directly or indirectly, of the given type, and returns this cause.
assertHasDirectCause(Class<T>, Throwable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a direct cause of the given type, and returns this cause.
assertHasDirectCause(Class<T>, Throwable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a cause, directly or indirectly, of the given type, and returns this cause.
assertHasDirectCause(Class<T>, Throwable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that the supplied throwable has a cause, directly or indirectly, of the given type, and returns this cause.
assertIntDoesNotMatch(IntPredicate, int) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertIntDoesNotMatch(IntPredicate, int, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertIntDoesNotMatch(IntPredicate, int, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertIntMatches(IntPredicate, int) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertIntMatches(IntPredicate, int, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertIntMatches(IntPredicate, int, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertionFailedError() - Static method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
Creates a new AssertionFailedErrorBuilder.
AssertionFailedErrorBuilder - Class in com.github.robtimus.junit.support
A builder for AssertionFailedErrors.
AssertionFailedErrorBuilder.PrefixedValues - Class in com.github.robtimus.junit.support
An object that can set the possible expected value or actual value of an assertion with a prefix.
AssertionFailedErrorBuilder.ReasonBuilder - Class in com.github.robtimus.junit.support
A builder for the reason why the assertion failed.
assertIsEmpty(Optional<?>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(Optional<?>, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(Optional<?>, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalDouble) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalDouble, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalDouble, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalInt) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalInt, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalInt, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalLong) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalLong, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsEmpty(OptionalLong, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is empty.
assertIsPresent(Optional<T>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(Optional<T>, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(Optional<T>, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalDouble) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalDouble, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalDouble, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalInt) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalInt, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalInt, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalLong) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalLong, String) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertIsPresent(OptionalLong, Supplier<String>) - Static method in class com.github.robtimus.junit.support.OptionalAssertions
Asserts that the supplied optional is not empty.
assertLongDoesNotMatch(LongPredicate, long) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertLongDoesNotMatch(LongPredicate, long, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertLongDoesNotMatch(LongPredicate, long, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value does not match the supplied predicate.
assertLongMatches(LongPredicate, long) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertLongMatches(LongPredicate, long, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertLongMatches(LongPredicate, long, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertMatches(Predicate<? super T>, T) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertMatches(Predicate<? super T>, T, String) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertMatches(Predicate<? super T>, T, Supplier<String>) - Static method in class com.github.robtimus.junit.support.PredicateAssertions
Asserts that the supplied value matches the supplied predicate.
assertNotSerializable(Object) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is not serializable.
assertNotSerializable(Object, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is not serializable.
assertNotSerializable(Object, Supplier<String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is not serializable.
assertOptionallyThrows(Class<T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of the supplied type, or throws nothing at all.
assertOptionallyThrows(Class<T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of the supplied type, or throws nothing at all.
assertOptionallyThrows(Class<T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of the supplied type, or throws nothing at all.
assertOptionallyThrowsExactly(Class<T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly the supplied type, or throws nothing at all.
assertOptionallyThrowsExactly(Class<T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly the supplied type, or throws nothing at all.
assertOptionallyThrowsExactly(Class<T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly the supplied type, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Collection<Class<? extends T>>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Collection<Class<? extends T>>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertOptionallyThrowsOneOf(Collection<Class<? extends T>>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, or throws nothing at all.
assertSerializable(T) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is serializable.
assertSerializable(T, String) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is serializable.
assertSerializable(T, Supplier<String>) - Static method in class com.github.robtimus.junit.support.IOAssertions
Asserts that an object is serializable.
assertThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsExactlyOneOf(Class<? extends T>, Class<? extends T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsExactlyOneOf(Collection<Class<? extends T>>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of exactly one of the supplied types, and returns the exception.
assertThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
assertThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
assertThrowsOneOf(Class<? extends T>, Class<? extends T>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
assertThrowsOneOf(Collection<Class<? extends T>>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
assertThrowsOneOf(Collection<Class<? extends T>>, Executable, String) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
assertThrowsOneOf(Collection<Class<? extends T>>, Executable, Supplier<String>) - Static method in class com.github.robtimus.junit.support.ThrowableAssertions
Asserts that execution of the supplied Executable throws an exception of one of the supplied types, and returns the exception.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages