All Classes Interface Summary Class Summary Annotation Types Summary
Class |
Description |
AnnotationBasedInjectingExtension<A extends Annotation> |
An abstract base class for JUnit extensions that can inject values in fields and/or parameters,
based on a specific annotation.
|
ArgumentsCombiner |
A class that can combine multiple arguments.
|
AsLines |
|
AsLinesArray |
|
AsProperties |
|
AssertionFailedErrorBuilder |
|
AssertionFailedErrorBuilder.PrefixedValues |
An object that can set the possible expected value or actual value of an assertion with a prefix.
|
AssertionFailedErrorBuilder.ReasonBuilder |
A builder for the reason why the assertion failed.
|
CollectionTests<T> |
Base interface for testing separate Collection functionalities.
|
CollectionTests.ClearTests<T> |
|
CollectionTests.ContainsAllTests<T> |
|
CollectionTests.ContainsTests<T> |
|
CollectionTests.RemoveAllArgumentsProvider |
|
CollectionTests.RemoveAllTests<T> |
|
CollectionTests.RemoveArgumentsProvider |
|
CollectionTests.RemoveIfTests<T> |
|
CollectionTests.RemoveTests<T> |
|
CollectionTests.RetainAllArgumentsProvider |
|
CollectionTests.RetainAllTests<T> |
|
CollectionTests.ToArrayTests<T> |
|
CollectionTests.ToArrayWithGeneratorTests<T> |
|
CollectionTests.ToObjectArrayTests<T> |
|
ConcurrencySettings |
|
ConcurrentResults<T> |
|
ConcurrentRunner<T> |
A class that will run code concurrently.
|
ContainsIncompatibleKeyNotSupported |
|
ContainsIncompatibleNotSupported |
|
ContainsNullKeyNotSupported |
|
ContainsNullNotSupported |
|
CovariantReturnTests<T> |
Base interface for testing that methods return a specific sub type of the overridden method of the super class.
|
DelegateTests<T> |
Base interface for testing that methods delegate to another object of the same type.
|
DelegateTests.DelegateMethod<T> |
A representation of a method that, when in invoked on an instance, delegates to another instance of the same type.
|
DelegateTests.Parameter |
A representation of a method parameter.
|
DisableLogging |
DisableLogging can be used to disable logging for the duration of a test.
|
DisplayNameUtils |
|
Encoding |
Encoding can be used in combination with TestResource to specify a specific encoding or charset to use.
|
EnumerationTests<T> |
Base interface for testing separate Enumeration functionalities.
|
EnumerationTests.AsIteratorTests<T> |
|
EnumerationTests.IterationTests<T> |
|
EOL |
EOL can be used in combination with TestResource to specify a specific line separator to use.
|
InjectingExtension |
An abstract base class for JUnit extensions that can inject values in fields and/or parameters.
|
InjectionTarget |
A representation of an injection target.
|
InputStreamDelegateTests |
|
InputStreamDelegateTests.CloseTests |
|
InputStreamTests |
Base interface for testing separate InputStream functionalities.
|
InputStreamTests.AvailableTests |
|
InputStreamTests.MarkResetTests |
|
InputStreamTests.ReadAllBytesTests |
|
InputStreamTests.ReadByteTests |
|
InputStreamTests.ReadIntoByteArrayPortionTests |
|
InputStreamTests.ReadIntoByteArrayTests |
|
InputStreamTests.ReadNBytesIntoByteArrayPortionTests |
|
InputStreamTests.ReadNBytesTests |
|
InputStreamTests.SkipTests |
|
InputStreamTests.TransferToTests |
|
IOAssertions |
A collection of utility methods that support asserting conditions related to I/O.
|
IterableTests<T> |
Base interface for testing separate Iterable functionalities.
|
IterableTests.ForEachTests<T> |
|
IteratorTests<T> |
Base interface for testing separate Iterator functionalities.
|
IteratorTests.ForEachRemainingTests<T> |
|
IteratorTests.IterationTests<T> |
|
IteratorTests.RemoveTests<T> |
|
JdkLoggerContext |
JdkLoggerContext represents a JDK Logger .
|
ListIteratorTests<T> |
Base interface for testing separate ListIterator functionalities.
|
ListIteratorTests.AddTests<T> |
|
ListIteratorTests.IterationTests<T> |
|
ListIteratorTests.RemoveTests<T> |
|
ListIteratorTests.SetTests<T> |
|
ListTests<T> |
Base interface for testing separate List functionalities.
|
ListTests.AddAllIndexedTests<T> |
|
ListTests.AddAllTests<T> |
|
ListTests.AddIndexedTests<T> |
|
ListTests.AddTests<T> |
|
ListTests.EqualsArgumentsProvider |
|
ListTests.EqualsTests<T> |
|
ListTests.GetTests<T> |
|
ListTests.HashCodeTests<T> |
|
ListTests.IndexOfTests<T> |
|
ListTests.LastIndexOfTests<T> |
|
ListTests.ListIteratorIndexedTests<T> |
|
ListTests.RemoveIndexedTests<T> |
|
ListTests.ReplaceAllTests<T> |
|
ListTests.SetTests<T> |
|
ListTests.SpliteratorTests<T> |
|
ListTests.SubListTests<T> |
|
LoadWith |
LoadWith can be used in combination with TestResource to specify a factory method to load the contents of a resource into an
object.
|
Log4jLoggerContext |
Log4jLoggerContext represents a Log4j Logger (2.x only).
|
Log4jNullAppender |
An appender that ignores events.
|
Log4jNullAppender.Builder |
|
LogbackLoggerContext |
LogbackLoggerContext represents a logback Logger .
|
LogCaptor<T> |
An object that captures logged events or records.
|
LogOnFailure |
LogOnFailure can be used to suppress logging.
|
MapEntryTests<K,V> |
|
MapEntryTests.EqualsTests<K,V> |
|
MapEntryTests.GetValueTests<K,V> |
|
MapEntryTests.HashCodeTests<K,V> |
|
MapEntryTests.SetValueTests<K,V> |
|
MapTests<K,V> |
Base interface for testing separate Map functionalities.
|
MapTests.ClearTests<K,V> |
|
MapTests.ComputeIfAbsentTests<K,V> |
|
MapTests.ComputeIfPresentTests<K,V> |
|
MapTests.ComputeTests<K,V> |
|
MapTests.ContainsKeyTests<K,V> |
|
MapTests.ContainsValueTests<K,V> |
|
MapTests.EntrySetTests<K,V> |
|
MapTests.EntrySetTests.AddAllTests<K,V> |
|
MapTests.EntrySetTests.AddTests<K,V> |
|
MapTests.EntrySetTests.ClearTests<K,V> |
|
MapTests.EntrySetTests.ContainsAllTests<K,V> |
|
MapTests.EntrySetTests.ContainsTests<K,V> |
|
MapTests.EntrySetTests.EqualsTests<K,V> |
|
MapTests.EntrySetTests.ForEachTests<K,V> |
|
MapTests.EntrySetTests.HashCodeTests<K,V> |
|
MapTests.EntrySetTests.IteratorTests<K,V> |
|
MapTests.EntrySetTests.IteratorTests.ForEachRemainingTests<K,V> |
|
MapTests.EntrySetTests.IteratorTests.IterationTests<K,V> |
|
MapTests.EntrySetTests.IteratorTests.RemoveTests<K,V> |
|
MapTests.EntrySetTests.RemoveAllTests<K,V> |
|
MapTests.EntrySetTests.RemoveIfTests<K,V> |
|
MapTests.EntrySetTests.RemoveTests<K,V> |
|
MapTests.EntrySetTests.RetainAllTests<K,V> |
|
MapTests.EntrySetTests.SpliteratorTests<K,V> |
|
MapTests.EntrySetTests.ToArrayTests<K,V> |
|
MapTests.EntrySetTests.ToArrayWithGeneratorTests<K,V> |
|
MapTests.EntrySetTests.ToObjectArrayTests<K,V> |
|
MapTests.EqualsArgumentsProvider |
|
MapTests.EqualsTests<K,V> |
|
MapTests.ForEachTests<K,V> |
|
MapTests.GetOrDefaultTests<K,V> |
|
MapTests.GetTests<K,V> |
|
MapTests.HashCodeTests<K,V> |
|
MapTests.KeySetTests<K,V> |
|
MapTests.KeySetTests.AddAllTests<K,V> |
|
MapTests.KeySetTests.AddTests<K,V> |
|
MapTests.KeySetTests.ClearTests<K,V> |
|
MapTests.KeySetTests.ContainsAllTests<K,V> |
|
MapTests.KeySetTests.ContainsTests<K,V> |
|
MapTests.KeySetTests.EqualsTests<K,V> |
|
MapTests.KeySetTests.ForEachTests<K,V> |
|
MapTests.KeySetTests.HashCodeTests<K,V> |
|
MapTests.KeySetTests.IteratorTests<K,V> |
|
MapTests.KeySetTests.IteratorTests.ForEachRemainingTests<K,V> |
|
MapTests.KeySetTests.IteratorTests.IterationTests<K,V> |
|
MapTests.KeySetTests.IteratorTests.RemoveTests<K,V> |
|
MapTests.KeySetTests.RemoveAllTests<K,V> |
|
MapTests.KeySetTests.RemoveIfTests<K,V> |
|
MapTests.KeySetTests.RemoveTests<K,V> |
|
MapTests.KeySetTests.RetainAllTests<K,V> |
|
MapTests.KeySetTests.SpliteratorTests<K,V> |
|
MapTests.KeySetTests.ToArrayTests<K,V> |
|
MapTests.KeySetTests.ToArrayWithGeneratorTests<K,V> |
|
MapTests.KeySetTests.ToObjectArrayTests<K,V> |
|
MapTests.MergeTests<K,V> |
|
MapTests.PutAllTests<K,V> |
|
MapTests.PutIfAbsentTests<K,V> |
|
MapTests.PutTests<K,V> |
|
MapTests.RemoveArgumentsProvider |
|
MapTests.RemoveExactValueArgumentsProvider |
|
MapTests.RemoveExactValueTests<K,V> |
|
MapTests.RemoveTests<K,V> |
|
MapTests.ReplaceAllTests<K,V> |
|
MapTests.ReplaceExactValueTests<K,V> |
|
MapTests.ReplaceTests<K,V> |
|
MapTests.ValuesTests<K,V> |
|
MapTests.ValuesTests.AddAllTests<K,V> |
|
MapTests.ValuesTests.AddTests<K,V> |
|
MapTests.ValuesTests.ClearTests<K,V> |
|
MapTests.ValuesTests.ContainsAllTests<K,V> |
|
MapTests.ValuesTests.ContainsTests<K,V> |
|
MapTests.ValuesTests.ForEachTests<K,V> |
|
MapTests.ValuesTests.IteratorTests<K,V> |
|
MapTests.ValuesTests.IteratorTests.ForEachRemainingTests<K,V> |
|
MapTests.ValuesTests.IteratorTests.IterationTests<K,V> |
|
MapTests.ValuesTests.IteratorTests.RemoveTests<K,V> |
|
MapTests.ValuesTests.RemoveAllTests<K,V> |
|
MapTests.ValuesTests.RemoveIfTests<K,V> |
|
MapTests.ValuesTests.RemoveTests<K,V> |
|
MapTests.ValuesTests.RetainAllTests<K,V> |
|
MapTests.ValuesTests.ToArrayTests<K,V> |
|
MapTests.ValuesTests.ToArrayWithGeneratorTests<K,V> |
|
MapTests.ValuesTests.ToObjectArrayTests<K,V> |
|
MethodLookup |
A class to help find methods based on annotations or other method references.
|
MethodLookup.Result |
The result of finding a method.
|
OptionalAssertions |
|
OutputStreamDelegateTests |
|
OutputStreamDelegateTests.CloseTests |
|
OutputStreamDelegateTests.FlushTests |
|
OutputStreamDelegateTests.WriteByteArrayPortionTests |
|
OutputStreamDelegateTests.WriteByteArrayTests |
|
OutputStreamDelegateTests.WriteByteTests |
|
PredicateAssertions |
A collection of utility methods that support asserting conditions on objects using predicates.
|
ReaderDelegateTests |
Base interface for testing that Reader implementations correctly delegate to another Reader .
|
ReaderDelegateTests.CloseTests |
|
ReaderTests |
Base interface for testing separate Reader functionalities.
|
ReaderTests.MarkResetTests |
|
ReaderTests.ReadCharTests |
|
ReaderTests.ReadIntoCharArrayPortionTests |
|
ReaderTests.ReadIntoCharArrayTests |
|
ReaderTests.ReadIntoCharBufferTests |
|
ReaderTests.ReadyTests |
|
ReaderTests.SkipTests |
|
ReaderTests.TransferToTests |
|
Reload4jLoggerContext |
Reload4jLoggerContext represents a reload4j Logger .
|
RemoveIncompatibleKeyNotSupported |
Indicates that Map.remove(Object) throws an exception when called with an instance of a an incompatible type.
|
RemoveIncompatibleNotSupported |
|
RemoveNullKeyNotSupported |
|
RemoveNullNotSupported |
|
SetTests<T> |
Base interface for testing separate Set functionalities.
|
SetTests.AddAllArgumentsProvider |
|
SetTests.AddAllTests<T> |
|
SetTests.AddArgumentsProvider |
|
SetTests.AddTests<T> |
|
SetTests.EqualsArgumentsProvider |
|
SetTests.EqualsTests<T> |
|
SetTests.HashCodeTests<T> |
|
SetTests.SpliteratorTests<T> |
|
SpliteratorTests<T> |
Base interface for testing separate Spliterator functionalities.
|
SpliteratorTests.ForEachRemainingTests<T> |
|
SpliteratorTests.TryAdvanceTests<T> |
|
StoreNullKeyNotSupported |
|
StoreNullNotSupported |
|
TestLogger |
TestLogger can be used to annotate a field or a parameter in a lifecycle method or test method that should be resolved into a logging
context.
|
TestLogger.ForClass |
TestLogger.ForClass can be used instead of TestLogger to provide the logger name as a class.
|
TestLogger.Root |
TestLogger.Root can be used instead of TestLogger to inject a logging context for the root logger.
|
TestResource |
TestResource can be used to annotate a field or a parameter in a lifecycle method or test method that should be resolved into the contents
of a (test) resource.
|
TestResourceLoaders |
|
ThrowableAsserter<R> |
|
ThrowableAsserter.Asserted<R> |
|
ThrowableAsserter.NoError<R> |
An object that can be used to configure the assertions that should be performed when no error is thrown.
|
ThrowableAsserter.ThrownError<T extends Throwable,R> |
An object that can be used to configure the assertions that should be performed when an error is thrown.
|
ThrowableAssertions |
A collection of utility methods that support asserting conditions in tests for throwables and code that should or should not throw any exceptions,
in addition to what is already provided by Assertions .
|
UnmodifiableCollectionTests<T> |
Base interface for testing separate Collection functionalities for unmodifiable collections.
|
UnmodifiableCollectionTests.AddAllTests<T> |
|
UnmodifiableCollectionTests.AddTests<T> |
|
UnmodifiableCollectionTests.ClearTests<T> |
|
UnmodifiableCollectionTests.RemoveAllTests<T> |
|
UnmodifiableCollectionTests.RemoveIfTests<T> |
|
UnmodifiableCollectionTests.RemoveTests<T> |
|
UnmodifiableCollectionTests.RetainAllTests<T> |
|
UnmodifiableIteratorTests<T> |
Base interface for testing separate Iterator functionalities for unmodifiable iterators.
|
UnmodifiableIteratorTests.RemoveTests<T> |
|
UnmodifiableListIteratorTests<T> |
Base interface for testing separate ListIterator functionalities for unmodifiable list iterators.
|
UnmodifiableListIteratorTests.AddTests<T> |
|
UnmodifiableListIteratorTests.RemoveTests<T> |
|
UnmodifiableListIteratorTests.SetTests<T> |
|
UnmodifiableListTests<T> |
Base interface for testing separate List functionalities for unmodifiable lists.
|
UnmodifiableListTests.AddAllIndexedTests<T> |
|
UnmodifiableListTests.AddIndexedTests<T> |
|
UnmodifiableListTests.RemoveIndexedTests<T> |
|
UnmodifiableListTests.ReplaceAllTests<T> |
|
UnmodifiableListTests.SetTests<T> |
|
UnmodifiableMapEntryTests<K,V> |
Contains tests for Map.Entry for unmodifiable entries.
|
UnmodifiableMapEntryTests.SetValueTests<K,V> |
|
UnmodifiableMapTests<K,V> |
Base interface for testing separate Map functionalities for unmodifiable maps.
|
UnmodifiableMapTests.ClearTests<K,V> |
|
UnmodifiableMapTests.ComputeIfAbsentTests<K,V> |
|
UnmodifiableMapTests.ComputeIfPresentTests<K,V> |
|
UnmodifiableMapTests.ComputeTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.AddAllTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.AddTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ClearTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ContainsAllTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ContainsTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.EqualsTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ForEachTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.HashCodeTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.IteratorTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.IteratorTests.ForEachRemainingTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.IteratorTests.IterationTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.IteratorTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.RemoveAllTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.RemoveIfTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.RetainAllTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.SpliteratorTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ToArrayTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ToArrayWithGeneratorTests<K,V> |
|
UnmodifiableMapTests.EntrySetTests.ToObjectArrayTests<K,V> |
|
UnmodifiableMapTests.KeySetTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.AddAllTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.AddTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ClearTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ContainsAllTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ContainsTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.EqualsTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ForEachTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.HashCodeTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.IteratorTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.IteratorTests.ForEachRemainingTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.IteratorTests.IterationTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.IteratorTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.RemoveAllTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.RemoveIfTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.RetainAllTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.SpliteratorTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ToArrayTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ToArrayWithGeneratorTests<K,V> |
|
UnmodifiableMapTests.KeySetTests.ToObjectArrayTests<K,V> |
|
UnmodifiableMapTests.MergeTests<K,V> |
|
UnmodifiableMapTests.PutAllTests<K,V> |
|
UnmodifiableMapTests.PutIfAbsentTests<K,V> |
|
UnmodifiableMapTests.PutTests<K,V> |
|
UnmodifiableMapTests.RemoveExactValueTests<K,V> |
|
UnmodifiableMapTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.ReplaceAllTests<K,V> |
|
UnmodifiableMapTests.ReplaceExactValueTests<K,V> |
|
UnmodifiableMapTests.ReplaceTests<K,V> |
|
UnmodifiableMapTests.ValuesTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.AddAllTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.AddTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ClearTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ContainsAllTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ContainsTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ForEachTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.IteratorTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.IteratorTests.ForEachRemainingTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.IteratorTests.IterationTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.IteratorTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.RemoveAllTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.RemoveIfTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.RemoveTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.RetainAllTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ToArrayTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ToArrayWithGeneratorTests<K,V> |
|
UnmodifiableMapTests.ValuesTests.ToObjectArrayTests<K,V> |
|
UnmodifiableSetTests<T> |
Base interface for testing separate Set functionalities for unmodifiable sets.
|
WriterDelegateTests |
Base interface for testing that Writer implementations correctly delegate to another Writer .
|
WriterDelegateTests.AppendCharSequencePortionTests |
|
WriterDelegateTests.AppendCharSequenceTests |
|
WriterDelegateTests.AppendCharTests |
|
WriterDelegateTests.CharSequenceTransformationProvider |
|
WriterDelegateTests.CloseTests |
|
WriterDelegateTests.FlushTests |
|
WriterDelegateTests.WriteCharArrayPortionTests |
|
WriterDelegateTests.WriteCharArrayTests |
|
WriterDelegateTests.WriteCharTests |
|
WriterDelegateTests.WriteStringPortionTests |
|
WriterDelegateTests.WriteStringTests |
|