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
M
- map() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests
-
Returns the map to test.
- MapEntryTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry
. - MapEntryTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry.equals(Object)
. - MapEntryTests.GetValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry.getValue()
. - MapEntryTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry.hashCode()
. - MapEntryTests.SetValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.Entry.setValue(Object)
. - MapTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Map
functionalities. - MapTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.clear()
. - MapTests.ComputeIfAbsentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.computeIfAbsent(Object, Function)
. - MapTests.ComputeIfPresentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.computeIfPresent(Object, BiFunction)
. - MapTests.ComputeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.compute(Object, BiFunction)
. - MapTests.ContainsKeyTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.containsKey(Object)
. - MapTests.ContainsValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.containsValue(Object)
. - MapTests.EntrySetTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.entrySet()
. - MapTests.EntrySetTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.addAll(Collection)
for entry sets. - MapTests.EntrySetTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.add(Object)
for entry sets. - MapTests.EntrySetTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.clear()
for entry sets. - MapTests.EntrySetTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.containsAll(Collection)
for entry sets. - MapTests.EntrySetTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.contains(Object)
for entry sets. - MapTests.EntrySetTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.equals(Object)
for entry sets. - MapTests.EntrySetTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for entry sets. - MapTests.EntrySetTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.hashCode()
for entry sets. - MapTests.EntrySetTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.iterator()
for entry sets. - MapTests.EntrySetTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for entry set iterators. - MapTests.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. - MapTests.EntrySetTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for entry set iterators. - MapTests.EntrySetTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.removeAll(Collection)
for entry sets. - MapTests.EntrySetTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for entry sets. - MapTests.EntrySetTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.remove(Object)
for entry sets. - MapTests.EntrySetTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.retainAll(Collection)
for entry sets. - MapTests.EntrySetTests.SpliteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.spliterator()
for entry sets. - MapTests.EntrySetTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray(Object[])
for entry sets. - MapTests.EntrySetTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for entry sets. - MapTests.EntrySetTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray()
for entry sets. - MapTests.EqualsArgumentsProvider - Class in com.github.robtimus.junit.support.test.collections
-
An arguments provider for
MapTests.EqualsTests.testEquals(Map, boolean)
. - MapTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.equals(Object)
. - MapTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.forEach(BiConsumer)
. - MapTests.GetOrDefaultTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.getOrDefault(Object, Object)
. - MapTests.GetTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.get(Object)
. - MapTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.hashCode()
. - MapTests.KeySetTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.keySet()
. - MapTests.KeySetTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.addAll(Collection)
for key sets. - MapTests.KeySetTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.add(Object)
for key sets. - MapTests.KeySetTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.clear()
for key sets. - MapTests.KeySetTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.containsAll(Collection)
for key sets. - MapTests.KeySetTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.contains(Object)
for key sets. - MapTests.KeySetTests.EqualsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.equals(Object)
for key sets. - MapTests.KeySetTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for key sets. - MapTests.KeySetTests.HashCodeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.hashCode()
for key sets. - MapTests.KeySetTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.iterator()
for key sets. - MapTests.KeySetTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for key set iterators. - MapTests.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. - MapTests.KeySetTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for key set iterators. - MapTests.KeySetTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.removeAll(Collection)
for key sets. - MapTests.KeySetTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for key sets. - MapTests.KeySetTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.remove(Object)
for key sets. - MapTests.KeySetTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.retainAll(Collection)
for key sets. - MapTests.KeySetTests.SpliteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.spliterator()
for key sets. - MapTests.KeySetTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray(Object[])
for key sets. - MapTests.KeySetTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for key sets. - MapTests.KeySetTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Set.toArray()
for key sets. - MapTests.MergeTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.merge(Object, Object, BiFunction)
. - MapTests.PutAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.putAll(Map)
. - MapTests.PutIfAbsentTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.putIfAbsent(Object, Object)
. - MapTests.PutTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.put(Object, Object)
. - MapTests.RemoveArgumentsProvider - Class in com.github.robtimus.junit.support.test.collections
-
An arguments provider for
MapTests.RemoveTests.testRemove(Object, Object, boolean)
. - MapTests.RemoveExactValueArgumentsProvider - Class in com.github.robtimus.junit.support.test.collections
-
An arguments provider for
MapTests.RemoveExactValueTests.testRemoveExactValue(Object, Object, boolean)
. - MapTests.RemoveExactValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.remove(Object, Object)
. - MapTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.remove(Object)
. - MapTests.ReplaceAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replaceAll(BiFunction)
. - MapTests.ReplaceExactValueTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replace(Object, Object, Object)
. - MapTests.ReplaceTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.replace(Object, Object)
. - MapTests.ValuesTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Map.values()
. - MapTests.ValuesTests.AddAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.addAll(Collection)
for values collections. - MapTests.ValuesTests.AddTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.add(Object)
for values collections. - MapTests.ValuesTests.ClearTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.clear()
for values collections. - MapTests.ValuesTests.ContainsAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.containsAll(Collection)
for values collections. - MapTests.ValuesTests.ContainsTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.contains(Object)
for values collections. - MapTests.ValuesTests.ForEachTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterable.forEach(Consumer)
for values collections. - MapTests.ValuesTests.IteratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.iterator()
for value collections. - MapTests.ValuesTests.IteratorTests.ForEachRemainingTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.forEachRemaining(Consumer)
for value collection iterators. - MapTests.ValuesTests.IteratorTests.IterationTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.hasNext()
andIterator.next()
for value collection iterators. - MapTests.ValuesTests.IteratorTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Iterator.remove()
for value collection iterators. - MapTests.ValuesTests.RemoveAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeAll(Collection)
for values collections. - MapTests.ValuesTests.RemoveIfTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.removeIf(Predicate)
for values collections. - MapTests.ValuesTests.RemoveTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.remove(Object)
for values collections. - MapTests.ValuesTests.RetainAllTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.retainAll(Collection)
for values collections. - MapTests.ValuesTests.ToArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(Object[])
for values collections. - MapTests.ValuesTests.ToArrayWithGeneratorTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray(IntFunction)
for values collections. - MapTests.ValuesTests.ToObjectArrayTests<K,V> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Collection.toArray()
for values collections. - message(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets the user-defined message of the assertion.
- method() - Method in class com.github.robtimus.junit.support.extension.MethodLookup.Result
-
Returns the method that was found.
- method(String) - Method in interface com.github.robtimus.junit.support.test.DelegateTests
-
Returns a delegate method for a method without arguments.
- method(String, DelegateTests.Parameter...) - Method in interface com.github.robtimus.junit.support.test.DelegateTests
-
Returns a delegate method for a method.
- method(String, Class<?>...) - Method in interface com.github.robtimus.junit.support.test.DelegateTests
-
Returns a delegate method for a method.
- MethodLookup - Class in com.github.robtimus.junit.support.extension
-
A class to help find methods based on annotations or other method references.
- MethodLookup.Result - Class in com.github.robtimus.junit.support.extension
-
The result of finding a method.
- methods() - Method in interface com.github.robtimus.junit.support.test.CovariantReturnTests
-
Returns a stream of methods to test.
- methods() - Method in interface com.github.robtimus.junit.support.test.DelegateTests
-
Returns the delegate methods to test.
All Classes All Packages