A C D F G I O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assertAllSatisfy(Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertAllSatisfy(String, Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertAllSatisfy(Map<K, V>, Predicate<? super V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertAnySatisfy(Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertAnySatisfy(String, Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertAnySatisfy(Map<K, V>, Predicate<? super V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertBagMultimapsEqual(String, BagMultimap<K, V>, BagMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertBagMultimapsEqual(BagMultimap<K, V>, BagMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertBagsEqual(String, Bag<?>, Bag<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertBagsEqual(Bag<?>, Bag<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertBefore(Object, Object, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the formerItem appears before the latterItem in the given
Collection. - assertBefore(String, Object, Object, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the formerItem appears before the latterItem in the given
Collection. - assertClassNonInstantiable(Class<T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertContains(Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectioncontains the given item. - assertContains(Object, ImmutableCollection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableCollectioncontains the given item. - assertContains(String, Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectioncontains the given item. - assertContains(String, Object, ImmutableCollection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableCollectioncontains the given item. - assertContains(String, String) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
stringToFindis contained within thestringToSearch. - assertContains(String, String, String) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
stringToFindis contained within thestringToSearch. - assertContainsAll(Iterable<?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertContainsAll(String, Iterable<?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertContainsAllEntries(String, Multimap<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the given
Multimapcontains all the given keys and values. - assertContainsAllEntries(Multimap<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the given
Multimapcontains all the given keys and values. - assertContainsAllKeyValues(String, Map<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains all the given keys and values. - assertContainsAllKeyValues(String, ImmutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains all the given keys and values. - assertContainsAllKeyValues(String, MapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains all the given keys and values. - assertContainsAllKeyValues(String, MutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains all the given keys and values. - assertContainsAllKeyValues(Map<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains all the given keys and values. - assertContainsAllKeyValues(ImmutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains all the given keys and values. - assertContainsAllKeyValues(MapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains all the given keys and values. - assertContainsAllKeyValues(MutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains all the given keys and values. - assertContainsEntry(String, K, V, Multimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapcontains an entry with the given key and value. - assertContainsEntry(K, V, Multimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapcontains an entry with the given key and value. - assertContainsKey(Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains an entry with the given key. - assertContainsKey(Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains an entry with the given key. - assertContainsKey(Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains an entry with the given key. - assertContainsKey(Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains an entry with the given key. - assertContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains an entry with the given key. - assertContainsKey(String, Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains an entry with the given key. - assertContainsKey(String, Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains an entry with the given key. - assertContainsKey(String, Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains an entry with the given key. - assertContainsKeyValue(Object, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains an entry with the given key and value. - assertContainsKeyValue(Object, Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains an entry with the given key and value. - assertContainsKeyValue(Object, Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains an entry with the given key and value. - assertContainsKeyValue(Object, Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains an entry with the given key and value. - assertContainsKeyValue(String, Object, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapcontains an entry with the given key and value. - assertContainsKeyValue(String, Object, Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
ImmutableMapIterablecontains an entry with the given key and value. - assertContainsKeyValue(String, Object, Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MapIterablecontains an entry with the given key and value. - assertContainsKeyValue(String, Object, Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterablecontains an entry with the given key and value. - assertContainsNone(Collection<?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertCount(int, Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertDeserializedForm(String, Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis empty. - assertEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectionis empty. - assertEmpty(String, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapis empty. - assertEmpty(String, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectionis empty. - assertEmpty(String, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapis empty. - assertEmpty(String, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
PrimitiveIterableis empty. - assertEmpty(Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapis empty. - assertEmpty(MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterableis empty. - assertEmpty(Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapis empty. - assertEmpty(PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
PrimitiveIterableis empty. - assertEndsWith(List<T>, T...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertEndsWith(T[], T...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertEqualsAndHashCode(Object, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that
objectAandobjectBare equal via theObject.equals(Object)method, and that they both return the sameObject.hashCode(). - assertEqualsAndHashCode(String, Object, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that
objectAandobjectBare equal (via theObject.equals(Object)method, and that they both return the sameObject.hashCode(). - assertError(Class<? extends Error>, Runnable) - Static method in class org.eclipse.collections.impl.test.Verify
- assertInstanceOf(Class<?>, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given object is an instanceof expectedClassType.
- assertInstanceOf(String, Class<?>, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given object is an instanceof expectedClassType.
- assertItemAtIndex(Object, int, Object[]) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
itemis at theindexin the givenarray. - assertItemAtIndex(Object, int, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertItemAtIndex(String, Object, int, Object[]) - Static method in class org.eclipse.collections.impl.test.Verify
- assertItemAtIndex(String, Object, int, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertIterableEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis empty. - assertIterableEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis empty. - assertIterableNotEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis not empty. - assertIterableNotEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis not empty. - assertIterablesEqual(Iterable<?>, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertIterablesEqual(String, Iterable<?>, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertIterableSize(int, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Iterable. - assertIterableSize(String, int, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Iterable. - assertListMultimapsEqual(String, ListMultimap<K, V>, ListMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertListMultimapsEqual(ListMultimap<K, V>, ListMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertListsEqual(String, List<?>, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertListsEqual(List<?>, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertMapsEqual(String, Map<?, ?>, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertMapsEqual(Map<?, ?>, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNegative(int) - Static method in class org.eclipse.collections.impl.test.Verify
-
Asserts that a value is negative.
- assertNoneSatisfy(Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNoneSatisfy(String, Iterable<T>, Predicate<? super T>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNoneSatisfy(Map<K, V>, Predicate<? super V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNotContains(Object, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterabledoes not contain the given item. - assertNotContains(Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectiondoes not contain the given item. - assertNotContains(String, Object, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterabledoes not contain the given item. - assertNotContains(String, Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectiondoes not contain the given item. - assertNotContains(String, String) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
unexpectedStringis not contained within thestringToSearch. - assertNotContains(String, String, String) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
unexpectedStringis not contained within thestringToSearch. - assertNotContainsKey(Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectiondoes not contain the given item. - assertNotContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Collectiondoes not contain the given item. - assertNotEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis not empty. - assertNotEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Iterableis not empty. - assertNotEmpty(String, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapis not empty. - assertNotEmpty(String, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterableis not empty. - assertNotEmpty(String, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapis not empty. - assertNotEmpty(String, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
PrimitiveIterableis not empty. - assertNotEmpty(String, T[]) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNotEmpty(Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Mapis not empty. - assertNotEmpty(MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
MutableMapIterableis not empty. - assertNotEmpty(Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
Multimapis not empty. - assertNotEmpty(PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given
PrimitiveIterableis not empty. - assertNotEmpty(T[]) - Static method in class org.eclipse.collections.impl.test.Verify
- assertNotInstanceOf(Class<?>, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given object is not an instanceof expectedClassType.
- assertNotInstanceOf(String, Class<?>, Object) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert that the given object is not an instanceof expectedClassType.
- assertNotSerializable(Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertObjectNotNull(String, Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertPositive(int) - Static method in class org.eclipse.collections.impl.test.Verify
-
Asserts that a value is positive.
- assertPostSerializedEqualsAndHashCode(Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertPostSerializedEqualsHashCodeAndToString(Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertPostSerializedIdentity(Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSerializedForm(long, String, Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSerializedForm(String, Object) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSetMultimapsEqual(String, SetMultimap<K, V>, SetMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSetMultimapsEqual(SetMultimap<K, V>, SetMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSetsEqual(String, Set<?>, Set<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSetsEqual(Set<?>, Set<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertShallowClone(Cloneable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Deprecated.since 8.2.0 as will not work with Java 9
- assertShallowClone(String, Cloneable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Deprecated.since 8.2.0 as will not work with Java 9
- assertSize(int, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Iterable. - assertSize(int, Object[]) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given array.
- assertSize(int, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Map. - assertSize(int, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
MutableMapIterable. - assertSize(int, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Multimap. - assertSize(int, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
PrimitiveIterable. - assertSize(int, ImmutableSet<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
ImmutableSet. - assertSize(String, int, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Iterable. - assertSize(String, int, Object[]) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given array.
- assertSize(String, int, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Map. - assertSize(String, int, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
MutableMapIterable. - assertSize(String, int, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
Multimap. - assertSize(String, int, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
PrimitiveIterable. - assertSize(String, int, ImmutableSet<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Assert the size of the given
ImmutableSet. - assertSortedBagMultimapsEqual(String, SortedBagMultimap<K, V>, SortedBagMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedBagMultimapsEqual(SortedBagMultimap<K, V>, SortedBagMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedBagsEqual(String, SortedBag<?>, SortedBag<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedBagsEqual(SortedBag<?>, SortedBag<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedMapsEqual(String, SortedMapIterable<?, ?>, SortedMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedMapsEqual(SortedMapIterable<?, ?>, SortedMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedSetMultimapsEqual(String, SortedSetMultimap<K, V>, SortedSetMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedSetMultimapsEqual(SortedSetMultimap<K, V>, SortedSetMultimap<K, V>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedSetsEqual(String, SortedSet<?>, SortedSet<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertSortedSetsEqual(SortedSet<?>, SortedSet<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertStartsWith(String, List<T>, T...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertStartsWith(List<T>, T...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertStartsWith(T[], T...) - Static method in class org.eclipse.collections.impl.test.Verify
- assertThrows(Class<? extends Exception>, Callable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
- assertThrowsWithCause(Class<? extends Exception>, Class<? extends Throwable>, Runnable) - Static method in class org.eclipse.collections.impl.test.Verify
-
Runs the
Runnablecodeand asserts that it throws anExceptionof the typeexpectedExceptionClass, which contains a cause of type expectedCauseClass. - assertThrowsWithCause(Class<? extends Exception>, Class<? extends Throwable>, Callable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Runs the
Callablecodeand asserts that it throws anExceptionof the typeexpectedExceptionClass, which contains a cause of type expectedCauseClass. - assertZero(int) - Static method in class org.eclipse.collections.impl.test.Verify
-
Asserts that a value is positive.
C
- ClassComparer - Class in org.eclipse.collections.impl.test
-
This class will compare the method signatures between two classes.
- ClassComparer() - Constructor for class org.eclipse.collections.impl.test.ClassComparer
- ClassComparer(boolean, boolean, boolean) - Constructor for class org.eclipse.collections.impl.test.ClassComparer
- ClassComparer(Appendable) - Constructor for class org.eclipse.collections.impl.test.ClassComparer
- ClassComparer(Appendable, boolean, boolean, boolean) - Constructor for class org.eclipse.collections.impl.test.ClassComparer
- compare(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- compareAndPrint(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
D
- denyContainsAny(String, Collection<?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
- denyContainsAny(Collection<?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
- denyContainsKey(Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Deny that the given
Mapcontains an entry with the given key. - denyContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
-
Deny that the given
Mapcontains an entry with the given key. - deserialize(byte[]) - Static method in class org.eclipse.collections.impl.test.SerializeTestHelper
- difference(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
F
- fail(String, Throwable) - Static method in class org.eclipse.collections.impl.test.Verify
G
- getByteArrayOutputStream(T) - Static method in class org.eclipse.collections.impl.test.SerializeTestHelper
- getInstanceMethodNames(Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- getMethodNames(Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
I
- includeObjectMethods() - Method in class org.eclipse.collections.impl.test.ClassComparer
- intersect(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- isProperSubsetOf(Class<?>, Class<?>) - Static method in class org.eclipse.collections.impl.test.ClassComparer
- isProperSubsetOfInstance(Class<?>, Class<?>) - Static method in class org.eclipse.collections.impl.test.ClassComparer
- isProperSupersetOf(Class<?>, Class<?>) - Static method in class org.eclipse.collections.impl.test.ClassComparer
- isProperSupersetOfInstance(Class<?>, Class<?>) - Static method in class org.eclipse.collections.impl.test.ClassComparer
O
- org.eclipse.collections.impl.test - package org.eclipse.collections.impl.test
-
This package contains
SerializeTestHelperandVerifyclasses.
P
- printClass(Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- printDifference(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- printIntersection(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
- printSymmetricDifference(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
S
- serialize(T) - Static method in class org.eclipse.collections.impl.test.SerializeTestHelper
- serializeDeserialize(T) - Static method in class org.eclipse.collections.impl.test.SerializeTestHelper
- SerializeTestHelper - Class in org.eclipse.collections.impl.test
- symmetricDifference(Class<?>, Class<?>) - Method in class org.eclipse.collections.impl.test.ClassComparer
T
- throwMangledException(AssertionError) - Static method in class org.eclipse.collections.impl.test.Verify
-
Mangles the stack trace of
AssertionErrorso that it looks like it's been thrown from the line that called to a custom assertion. - throwMangledException(AssertionError, int) - Static method in class org.eclipse.collections.impl.test.Verify
-
Mangles the stack trace of
AssertionErrorso that it looks like it's been thrown from the line that called to a custom assertion.
V
- Verify - Class in org.eclipse.collections.impl.test
-
An extension of the
Assertclass, which adds useful additional "assert" methods.
All Classes All Packages