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
All Classes All Packages
All Classes All Packages
R
- reader() - Method in interface com.github.robtimus.junit.support.test.io.ReaderTests
-
Returns the reader to test.
- ReaderDelegateTests - Interface in com.github.robtimus.junit.support.test.io
- ReaderDelegateTests.CloseTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.close()
. - ReaderTests - Interface in com.github.robtimus.junit.support.test.io
-
Base interface for testing separate
Reader
functionalities. - ReaderTests.MarkResetTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.mark(int)
andReader.reset()
. - ReaderTests.ReadCharTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.read()
. - ReaderTests.ReadIntoCharArrayPortionTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.read(char[], int, int)
. - ReaderTests.ReadIntoCharArrayTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.read(char[])
. - ReaderTests.ReadIntoCharBufferTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.read(CharBuffer)
. - ReaderTests.ReadyTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.ready()
. - ReaderTests.SkipTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.skip(long)
. - ReaderTests.TransferToTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Reader.transferTo(Writer)
. - reason(String) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets the reason why the assertion failed.
- reasonPattern(String) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Returns a builder for the reason why the assertion failed.
- Reload4jLoggerContext - Class in com.github.robtimus.junit.support.extension.testlogger
-
Reload4jLoggerContext
represents a reload4jLogger
. - RemoveAllArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.CollectionTests.RemoveAllArgumentsProvider
- removeAppender(Appender<ILoggingEvent>) - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
-
Removes an appender from the logger.
- removeAppender(Appender) - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
-
Removes an appender from the logger.
- removeAppender(Appender) - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
-
Removes an appender from the logger.
- removeAppenders() - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
-
Removes all appenders from the logger.
- removeAppenders() - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
-
Removes all appenders from the logger.
- removeAppenders() - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
-
Removes all appenders from the logger.
- removeAppenders(Predicate<? super Appender<ILoggingEvent>>) - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
-
Removes all appenders from the logger that match a filter.
- removeAppenders(Predicate<? super Appender>) - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
-
Removes all appenders from the logger that match a filter.
- removeAppenders(Predicate<? super Appender>) - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
-
Removes all appenders from the logger that match a filter.
- RemoveArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.CollectionTests.RemoveArgumentsProvider
- RemoveArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.MapTests.RemoveArgumentsProvider
- RemoveExactValueArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.MapTests.RemoveExactValueArgumentsProvider
- removeHandler(Handler) - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
-
Removes a handler from the logger.
- removeHandlers() - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
-
Removes all handlers from the logger.
- removeHandlers(Predicate<? super Handler>) - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
-
Removes all handlers from the logger that match a filter.
- RemoveIncompatibleKeyNotSupported - Annotation Type in com.github.robtimus.junit.support.test.collections.annotation
-
Indicates that
Map.remove(Object)
throws an exception when called with an instance of a an incompatible type. - RemoveIncompatibleNotSupported - Annotation Type in com.github.robtimus.junit.support.test.collections.annotation
-
Indicates that
Collection.remove(Object)
throws an exception when called with an instance of a an incompatible type. - RemoveNullKeyNotSupported - Annotation Type in com.github.robtimus.junit.support.test.collections.annotation
-
Indicates that
Map.remove(Object)
throws an exception when called withnull
. - RemoveNullNotSupported - Annotation Type in com.github.robtimus.junit.support.test.collections.annotation
-
Indicates that
Collection.remove(Object)
throws an exception when called withnull
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.ListIteratorTests.SetTests
-
Returns a unary operator that can be used to create new values to set with
ListIterator.set(Object)
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.ListTests.ReplaceAllTests
-
Returns a unary operator that can be used with
List.replaceAll(UnaryOperator)
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.ListTests.SetTests
-
Returns a unary operator that can be used to create new values to set with
List.set(int, Object)
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableListIteratorTests.SetTests
-
Returns a unary operator that can be used to create new values to set with
ListIterator.set(Object)
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableListTests.ReplaceAllTests
-
Returns a unary operator that can be used with
List.replaceAll(UnaryOperator)
. - replaceElementOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableListTests.SetTests
-
Returns a unary operator that can be used with
List.replaceAll(UnaryOperator)
. - replaceValueFunction() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.ReplaceAllTests
-
Returns a function that can be used with
Map.replaceAll(BiFunction)
. - replaceValueFunction() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.ReplaceAllTests
-
Returns a function that can be used with
Map.replaceAll(BiFunction)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.MapEntryTests.SetValueTests
-
Returns a unary operator that can be used to create new values to set with
Map.Entry.setValue(Object)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.PutAllTests
-
Returns a unary operator that can be used to create new values to set with
Map.putAll(Map)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.PutTests
-
Returns a unary operator that can be used to create new values to set with
Map.put(Object, Object)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapEntryTests.SetValueTests
-
Returns a unary operator that can be used to create new values to set with
Map.Entry.setValue(Object)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.ComputeTests
-
Returns a unary operator that can be used to create new values to set with
Map.compute(Object, BiFunction)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.PutAllTests
-
Returns a unary operator that can be used to create new values to set with
Map.put(Object, Object)
. - replaceValueOperator() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.PutTests
-
Returns a unary operator that can be used to create new values to set with
Map.put(Object, Object)
. - reset() - Method in class com.github.robtimus.junit.support.extension.testlogger.LogCaptor
-
Resets the logged events or records.
- resolveParameter(ParameterContext, ExtensionContext) - Method in class com.github.robtimus.junit.support.extension.InjectingExtension
- resolveValue(InjectionTarget, A, ExtensionContext) - Method in class com.github.robtimus.junit.support.extension.AnnotationBasedInjectingExtension
-
Resolves the value to inject.
- resolveValue(InjectionTarget, ExtensionContext) - Method in class com.github.robtimus.junit.support.extension.AnnotationBasedInjectingExtension
- resolveValue(InjectionTarget, ExtensionContext) - Method in class com.github.robtimus.junit.support.extension.InjectingExtension
-
Resolves the value to inject.
- restore() - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
- restore() - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
- restore() - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
- restore() - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
- RetainAllArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.CollectionTests.RetainAllArgumentsProvider
- runConcurrently(List<Executable>) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Runs several blocks of code concurrently.
- runConcurrently(Executable...) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Runs several blocks of code concurrently.
- runConcurrently(Executable, int) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Runs a block of code several times concurrently.
- runConcurrently(Executable, ConcurrencySettings) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Runs a block of code several times concurrently.
- running(Executable) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Creates a new concurrent runner.
- running(Executable, int) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Creates a new concurrent runner.
- running(ThrowingSupplier<? extends T>) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Creates a new concurrent runner.
- running(ThrowingSupplier<? extends T>, int) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Creates a new concurrent runner.
All Classes All Packages