A C D F G I O P S T V 
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 Collection contains the given item.
assertContains(Object, ImmutableCollection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableCollection contains the given item.
assertContains(String, Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection contains the given item.
assertContains(String, Object, ImmutableCollection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableCollection contains the given item.
assertContains(String, String) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given stringToFind is contained within the stringToSearch.
assertContains(String, String, String) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given stringToFind is contained within the stringToSearch.
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 Multimap contains all the given keys and values.
assertContainsAllEntries(Multimap<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert the given Multimap contains all the given keys and values.
assertContainsAllKeyValues(String, Map<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map contains all the given keys and values.
assertContainsAllKeyValues(String, ImmutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableMapIterable contains all the given keys and values.
assertContainsAllKeyValues(String, MapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MapIterable contains all the given keys and values.
assertContainsAllKeyValues(String, MutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable contains all the given keys and values.
assertContainsAllKeyValues(Map<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map contains all the given keys and values.
assertContainsAllKeyValues(ImmutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableMapIterable contains all the given keys and values.
assertContainsAllKeyValues(MapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MapIterable contains all the given keys and values.
assertContainsAllKeyValues(MutableMapIterable<?, ?>, Object...) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable contains 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 Multimap contains 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 Multimap contains 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 Map contains an entry with the given key.
assertContainsKey(Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableMapIterable contains an entry with the given key.
assertContainsKey(Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MapIterable contains an entry with the given key.
assertContainsKey(Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable contains an entry with the given key.
assertContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map contains an entry with the given key.
assertContainsKey(String, Object, ImmutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given ImmutableMapIterable contains an entry with the given key.
assertContainsKey(String, Object, MapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MapIterable contains an entry with the given key.
assertContainsKey(String, Object, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable contains an entry with the given key.
assertContainsKeyValue(Object, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map contains 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 ImmutableMapIterable contains 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 MapIterable contains 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 MutableMapIterable contains 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 Map contains 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 ImmutableMapIterable contains 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 MapIterable contains 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 MutableMapIterable contains 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 Iterable is empty.
assertEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection is empty.
assertEmpty(String, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map is empty.
assertEmpty(String, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection is empty.
assertEmpty(String, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Multimap is empty.
assertEmpty(String, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given PrimitiveIterable is empty.
assertEmpty(Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map is empty.
assertEmpty(MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable is empty.
assertEmpty(Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Multimap is empty.
assertEmpty(PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given PrimitiveIterable is 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 objectA and objectB are equal via the Object.equals(Object) method, and that they both return the same Object.hashCode().
assertEqualsAndHashCode(String, Object, Object) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that objectA and objectB are equal (via the Object.equals(Object) method, and that they both return the same Object.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 item is at the index in the given array.
assertItemAtIndex(Object, int, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given item is at the index in the given List.
assertItemAtIndex(String, Object, int, Object[]) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given item is at the index in the given List.
assertItemAtIndex(String, Object, int, List<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given item is at the index in the given List.
assertIterableEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is empty.
assertIterableEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is empty.
assertIterableNotEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is not empty.
assertIterableNotEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is 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 Iterable does not contain the given item.
assertNotContains(Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection does not contain the given item.
assertNotContains(String, Object, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable does not contain the given item.
assertNotContains(String, Object, Collection<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection does not contain the given item.
assertNotContains(String, String) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given unexpectedString is not contained within the stringToSearch.
assertNotContains(String, String, String) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given unexpectedString is not contained within the stringToSearch.
assertNotContainsKey(Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection does not contain the given item.
assertNotContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Collection does not contain the given item.
assertNotEmpty(Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is not empty.
assertNotEmpty(String, Iterable<?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Iterable is not empty.
assertNotEmpty(String, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Map is not empty.
assertNotEmpty(String, MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable is not empty.
assertNotEmpty(String, Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Multimap is not empty.
assertNotEmpty(String, PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given PrimitiveIterable is 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 Map is not empty.
assertNotEmpty(MutableMapIterable<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given MutableMapIterable is not empty.
assertNotEmpty(Multimap<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given Multimap is not empty.
assertNotEmpty(PrimitiveIterable) - Static method in class org.eclipse.collections.impl.test.Verify
Assert that the given PrimitiveIterable is 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
Runs the Callable code and asserts that it throws an Exception of the type expectedExceptionClass.
assertThrowsWithCause(Class<? extends Exception>, Class<? extends Throwable>, Runnable) - Static method in class org.eclipse.collections.impl.test.Verify
Runs the Runnable code and asserts that it throws an Exception of the type expectedExceptionClass, 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 Callable code and asserts that it throws an Exception of the type expectedExceptionClass, 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 Map contains an entry with the given key.
denyContainsKey(String, Object, Map<?, ?>) - Static method in class org.eclipse.collections.impl.test.Verify
Deny that the given Map contains 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 SerializeTestHelper and Verify classes.

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 AssertionError so 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 AssertionError so 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 Assert class, which adds useful additional "assert" methods.
A C D F G I O P S T V 
All Classes All Packages