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
U
- UnmodifiableCollectionTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Collection
functionalities for unmodifiable collections. - UnmodifiableCollectionTests.AddAllTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.addAll(Collection)
for unmodifiable collections. - UnmodifiableCollectionTests.AddTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.add(Object)
for unmodifiable collections. - UnmodifiableCollectionTests.ClearTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.clear()
for unmodifiable collections. - UnmodifiableCollectionTests.RemoveAllTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeAll(Collection)
for unmodifiable collections. - UnmodifiableCollectionTests.RemoveIfTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for unmodifiable collections. - UnmodifiableCollectionTests.RemoveTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.remove(Object)
for unmodifiable collections. - UnmodifiableCollectionTests.RetainAllTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.retainAll(Collection)
for unmodifiable collections. - UnmodifiableIteratorTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Iterator
functionalities for unmodifiable iterators. - UnmodifiableIteratorTests.RemoveTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for unmodifiable iterators. - UnmodifiableListIteratorTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
ListIterator
functionalities for unmodifiable list iterators. - UnmodifiableListIteratorTests.AddTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
ListIterator.add(Object)
. - UnmodifiableListIteratorTests.RemoveTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
ListIterator.remove()
for unmodifiable list iterators. - UnmodifiableListIteratorTests.SetTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
ListIterator.set(Object)
for unmodifiable iterators. - UnmodifiableListTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
List
functionalities for unmodifiable lists. - UnmodifiableListTests.AddAllIndexedTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
List.addAll(int, Collection)
for unmodifiable lists. - UnmodifiableListTests.AddIndexedTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
List.add(int, Object)
for unmodifiable lists. - UnmodifiableListTests.RemoveIndexedTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
List.remove(int)
for unmodifiable lists. - UnmodifiableListTests.ReplaceAllTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
List.replaceAll(UnaryOperator)
for unmodifiable lists. - UnmodifiableListTests.SetTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
List.set(int, Object)
for unmodifiable lists. - UnmodifiableMapEntryTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry
for unmodifiable entries. - UnmodifiableMapEntryTests.SetValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry.setValue(Object)
. - UnmodifiableMapTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Map
functionalities for unmodifiable maps. - UnmodifiableMapTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.clear()
for unmodifiable maps. - UnmodifiableMapTests.ComputeIfAbsentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.computeIfAbsent(Object, Function)
for unmodifiable maps. - UnmodifiableMapTests.ComputeIfPresentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.computeIfPresent(Object, BiFunction)
for unmodifiable maps. - UnmodifiableMapTests.ComputeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.compute(Object, BiFunction)
for unmodifiable maps. - UnmodifiableMapTests.EntrySetTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.entrySet()
. - UnmodifiableMapTests.EntrySetTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.addAll(Collection)
for entry sets. - UnmodifiableMapTests.EntrySetTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.add(Object)
for entry sets. - UnmodifiableMapTests.EntrySetTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.clear()
for entry sets. - UnmodifiableMapTests.EntrySetTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.containsAll(Collection)
for entry sets. - UnmodifiableMapTests.EntrySetTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.contains(Object)
for entry sets. - UnmodifiableMapTests.EntrySetTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.equals(Object)
for entry sets. - UnmodifiableMapTests.EntrySetTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for entry sets. - UnmodifiableMapTests.EntrySetTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.hashCode()
for entry sets. - UnmodifiableMapTests.EntrySetTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.iterator()
for entry sets. - UnmodifiableMapTests.EntrySetTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for entry set iterators. - UnmodifiableMapTests.EntrySetTests.IteratorTests.IterationTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.hasNext()
andIterator.next()
for entry set iterators. - UnmodifiableMapTests.EntrySetTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for entry set iterators. - UnmodifiableMapTests.EntrySetTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.removeAll(Collection)
for entry sets. - UnmodifiableMapTests.EntrySetTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for entry sets. - UnmodifiableMapTests.EntrySetTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.remove(Object)
for entry sets. - UnmodifiableMapTests.EntrySetTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.retainAll(Collection)
for entry sets. - UnmodifiableMapTests.EntrySetTests.SpliteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.spliterator()
for entry sets. - UnmodifiableMapTests.EntrySetTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray(Object[])
for entry sets. - UnmodifiableMapTests.EntrySetTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for entry sets. - UnmodifiableMapTests.EntrySetTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray()
for entry sets. - UnmodifiableMapTests.KeySetTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.keySet()
for unmodifiable maps. - UnmodifiableMapTests.KeySetTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.addAll(Collection)
for key sets. - UnmodifiableMapTests.KeySetTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.add(Object)
for key sets. - UnmodifiableMapTests.KeySetTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.clear()
for key sets. - UnmodifiableMapTests.KeySetTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.containsAll(Collection)
for key sets. - UnmodifiableMapTests.KeySetTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.contains(Object)
for key sets. - UnmodifiableMapTests.KeySetTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.equals(Object)
for key sets. - UnmodifiableMapTests.KeySetTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for key sets. - UnmodifiableMapTests.KeySetTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.hashCode()
for key sets. - UnmodifiableMapTests.KeySetTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.iterator()
for key sets. - UnmodifiableMapTests.KeySetTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for key set iterators. - UnmodifiableMapTests.KeySetTests.IteratorTests.IterationTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.hasNext()
andIterator.next()
for key set iterators. - UnmodifiableMapTests.KeySetTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for key set iterators. - UnmodifiableMapTests.KeySetTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.removeAll(Collection)
for key sets. - UnmodifiableMapTests.KeySetTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for key sets. - UnmodifiableMapTests.KeySetTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.remove(Object)
for key sets. - UnmodifiableMapTests.KeySetTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.retainAll(Collection)
for key sets. - UnmodifiableMapTests.KeySetTests.SpliteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.spliterator()
for key sets. - UnmodifiableMapTests.KeySetTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray(Object[])
for key sets. - UnmodifiableMapTests.KeySetTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for key sets. - UnmodifiableMapTests.KeySetTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray()
for key sets. - UnmodifiableMapTests.MergeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.merge(Object, Object, BiFunction)
for unmodifiable maps. - UnmodifiableMapTests.PutAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.putAll(Map)
for unmodifiable maps. - UnmodifiableMapTests.PutIfAbsentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.putIfAbsent(Object, Object)
for unmodifiable maps. - UnmodifiableMapTests.PutTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.put(Object, Object)
for unmodifiable maps. - UnmodifiableMapTests.RemoveExactValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.remove(Object, Object)
for unmodifiable maps. - UnmodifiableMapTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.remove(Object)
for unmodifiable maps. - UnmodifiableMapTests.ReplaceAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replaceAll(BiFunction)
for unmodifiable maps. - UnmodifiableMapTests.ReplaceExactValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replace(Object, Object, Object)
for unmodifiable maps. - UnmodifiableMapTests.ReplaceTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replace(Object, Object)
for unmodifiable maps. - UnmodifiableMapTests.ValuesTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.values()
. - UnmodifiableMapTests.ValuesTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.addAll(Collection)
for values collections. - UnmodifiableMapTests.ValuesTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.add(Object)
for values collections. - UnmodifiableMapTests.ValuesTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.clear()
for values collections. - UnmodifiableMapTests.ValuesTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.containsAll(Collection)
for values collections. - UnmodifiableMapTests.ValuesTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.contains(Object)
for values collections. - UnmodifiableMapTests.ValuesTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for values collections. - UnmodifiableMapTests.ValuesTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.iterator()
for values collections. - UnmodifiableMapTests.ValuesTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for values collection iterators. - UnmodifiableMapTests.ValuesTests.IteratorTests.IterationTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.hasNext()
andIterator.next()
for values collection iterators. - UnmodifiableMapTests.ValuesTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for values collection iterators. - UnmodifiableMapTests.ValuesTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeAll(Collection)
for values collections. - UnmodifiableMapTests.ValuesTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for values collections. - UnmodifiableMapTests.ValuesTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.remove(Object)
for values collections. - UnmodifiableMapTests.ValuesTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.retainAll(Collection)
for values collections. - UnmodifiableMapTests.ValuesTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(Object[])
for values collections. - UnmodifiableMapTests.ValuesTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for values collections. - UnmodifiableMapTests.ValuesTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray()
for values collections. - UnmodifiableSetTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Set
functionalities for unmodifiable sets. - useParentAppenders(boolean) - Method in class com.github.robtimus.junit.support.extension.testlogger.Log4jLoggerContext
-
Sets whether or not to use parent appenders for the logger.
- useParentAppenders(boolean) - Method in class com.github.robtimus.junit.support.extension.testlogger.LogbackLoggerContext
-
Sets whether or not to use parent appenders for the logger.
- useParentAppenders(boolean) - Method in class com.github.robtimus.junit.support.extension.testlogger.Reload4jLoggerContext
-
Sets whether or not to use parent appenders for the logger.
- useParentHandlers(boolean) - Method in class com.github.robtimus.junit.support.extension.testlogger.JdkLoggerContext
-
Sets whether or not to use parent handlers for the logger.
All Classes All Packages