A B C D E F G H I K M N O R S T V 
All Classes All Packages

A

assertContains(AssertionInfo, RangeSet<T>, T[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet contains the given values.
assertContainsAll(AssertionInfo, RangeSet<T>, Iterable<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet contains all the given values.
assertContainsAnyOf(AssertionInfo, RangeSet<T>, T[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet contains at least one of the given values.
assertContainsAnyRangesOf(AssertionInfo, RangeSet<T>, Iterable<? extends T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet contains at least one element of the given values.
assertDoesNotContain(AssertionInfo, RangeSet<T>, T[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not contain the given values.
assertDoesNotContainAll(AssertionInfo, RangeSet<T>, Iterable<? extends T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not contain any elements of the given values.
assertDoesNotEnclose(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not enclose the given ranges.
assertDoesNotIntersect(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not intersect the given ranges.
assertDoesNotIntersectAnyRangeFrom(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not intersect all elements from the given range set.
assertDoesNotIntersectAnyRangeFrom(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not intersect all elements from the given range.
assertEmpty(AssertionInfo, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet is empty.
assertEncloses(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses the given ranges.
assertEnclosesAll(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses all elements of the given range set.
assertEnclosesAll(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses all elements of the given range.
assertEnclosesAnyOf(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses the given ranges.
assertEnclosesAnyRangesOf(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses all elements of the given range set.
assertEnclosesAnyRangesOf(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet encloses all elements of the given range.
assertHasSize(AssertionInfo, RangeSet<?>, int) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the actual RangeSet has specific size.
assertIntersects(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects the given ranges.
assertIntersectsAll(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects all the given values of range set.
assertIntersectsAll(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects all the given ranges.
assertIntersectsAnyOf(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects at least one of the given ranges.
assertIntersectsAnyRangesOf(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects at least one element of the given range set.
assertIntersectsAnyRangesOf(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet intersects at least one element of the given range.
Assertions - Class in org.assertj.guava.api
The entry point for all Guava assertions.
Assertions() - Constructor for class org.assertj.guava.api.Assertions
protected to avoid direct instantiation but allowing subclassing.
assertNotEmpty(AssertionInfo, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet is not empty.
assertNotNull(AssertionInfo, RangeSet<?>) - Method in class org.assertj.guava.internal.RangeSets
 
assertNullOrEmpty(AssertionInfo, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet is null or empty.
assertRangeSetContainsAnyGivenValues(AssertionInfo, RangeSet, Comparable[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetContainsGivenValues(AssertionInfo, RangeSet, Comparable[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetDoesNotContainGivenValues(AssertionInfo, RangeSet, Comparable[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetDoesNotEncloseGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetDoesNotIntersectGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetEnclosesAnyOfGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetEnclosesGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetIntersectsAnyOfGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertRangeSetIntersectsGivenValues(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
 
assertThat(Optional<T>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(Multimap<K, V>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(Multiset<T>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(Range<T>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(RangeMap<K, V>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(RangeSet<T>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(Table<R, C, V>) - Static method in class org.assertj.guava.api.Assertions
 
assertThat(ByteSource) - Static method in class org.assertj.guava.api.Assertions
 

B

BYTE_SOURCE - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a ByteSource.
ByteSourceAssert - Class in org.assertj.guava.api
Assertions for Guava ByteSource.
ByteSourceAssert(ByteSource) - Constructor for class org.assertj.guava.api.ByteSourceAssert
 

C

checkExpectedSizeArgument(int) - Method in class org.assertj.guava.api.TableAssert
 
contains(int, T) - Method in class org.assertj.guava.api.MultisetAssert
Verifies the actual Multiset contains the given value exactly the given number of times.
contains(Object) - Method in class org.assertj.guava.api.OptionalAssert
Verifies that the actual Optional contains the given value.
contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap contains the given entries.
contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.RangeMapAssert
Verifies that the actual RangeMap contains the given entries.
contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.RangeMapAssert
Deprecated.
use RangeMapAssert.contains(MapEntry...) instead (same method but using org.assertj.core.data.MapEntry in place of MapEntry.

Verifies that the actual RangeMap contains the given entries.

Example :

 RangeMap<Integer, String> spectralColors = TreeRangeMap.create();

 spectralColors.put(Range.closedOpen(380, 450), "violet");
 spectralColors.put(Range.closedOpen(450, 495), "blue");
 spectralColors.put(Range.closedOpen(495, 570), "green");
 spectralColors.put(Range.closedOpen(570, 590), "yellow");
 spectralColors.put(Range.closedOpen(590, 620), "orange");
 spectralColors.put(Range.closedOpen(620, 750), "red");

 // entry can be statically imported from MapEntry
 assertThat(spectralColors).contains(entry("400", "violet"), entry("650", "red"));
If the entries argument is null or empty, an IllegalArgumentException is thrown.

contains(T...) - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range contains the given values.
contains(T...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet contains the given ranges.
containsAll(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet contains all the given ranges.
containsAllEntriesOf(Multimap<? extends K, ? extends V>) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap contains all entries of the given one (it might contain more entries).
containsAnyOf(T...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet contains at least one of the given ranges.
containsAnyRangesOf(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet contains at least one of the given ranges.
containsAtLeast(int, T) - Method in class org.assertj.guava.api.MultisetAssert
Verifies the actual Multiset contains the given value at least the given number of times.
containsAtMost(int, T) - Method in class org.assertj.guava.api.MultisetAssert
Verifies the actual Multiset contains the given value at most the given number of times.
containsCell(R, C, V) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table contains the mapping of row/column to value.
containsColumns(C...) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table contains the given columns.
containsKeys(K...) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap contains the given keys.
containsKeys(K...) - Method in class org.assertj.guava.api.RangeMapAssert
Verifies that the actual RangeMap contains the given keys.
containsRows(R...) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table contains the given rows.
containsValues(V...) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap contains the given values for any key.
containsValues(V...) - Method in class org.assertj.guava.api.RangeMapAssert
Verifies that the actual RangeMap contains the given values.
containsValues(V...) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table contains the given values for any key.

D

doesNotContain(T...) - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range does not contain the given values.
doesNotContain(T...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not contain any of the given ranges.
doesNotContainAll(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not contain any of the given ranges.
doesNotEnclose(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not enclose the given ranges.
doesNotEncloseAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not enclose any range from the given range set.
doesNotEncloseAnyRangesOf(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not enclose any of the given ranges.
doesNotEncloseAnyRangesOf(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not enclose all elements of the given range set.
doesNotEncloseAnyRangesOf(AssertionInfo, RangeSet<T>, Iterable<? extends Range<T>>) - Method in class org.assertj.guava.internal.RangeSets
Asserts that the given RangeSet does not enclose all elements of the given range.
doesNotIntersect(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not intersect the given ranges.
doesNotIntersectAnyRangeFrom(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not intersect ranges from the given range set.
doesNotIntersectAnyRangeFrom(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet does not intersect all the given ranges.

E

encloses(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses the given ranges.
enclosesAll(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses all ranges from the given range set.
enclosesAll(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses all the given ranges.
enclosesAnyOf(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses at least one of the given ranges.
enclosesAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses at least one range from the given range set.
enclosesAnyRangesOf(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet encloses at least one range of the given ranges.
entry(K, V) - Static method in class org.assertj.guava.api.Assertions
Only delegate to MapEntry.entry(Object, Object) so that Assertions offers a fully featured entry point to all AssertJ Guava features (but you can use MapEntry if you prefer).
entry(K, V) - Static method in class org.assertj.guava.data.MapEntry
Deprecated.
Creates a new MapEntry.
equals(Object) - Method in class org.assertj.guava.data.MapEntry
Deprecated.
 
ErrorMessages - Class in org.assertj.guava.internal
 
ErrorMessages() - Constructor for class org.assertj.guava.internal.ErrorMessages
 
ExceptionUtils - Class in org.assertj.guava.util
 
ExceptionUtils() - Constructor for class org.assertj.guava.util.ExceptionUtils
protected to avoid direct instanciation but allowing subclassing.
extractingCharSequence() - Method in class org.assertj.guava.api.OptionalAssert
Chain assertion on the content of the Optional.
extractingValue() - Method in class org.assertj.guava.api.OptionalAssert
Chain assertion on the content of the Optional.

F

failIfEmpty(RangeSet<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfEmpty(Iterable<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfEmpty(Object[]) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNull(RangeSet<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNull(Iterable<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNull(Object[]) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNullOrEmpty(RangeSet<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNullOrEmpty(Iterable<?>) - Method in class org.assertj.guava.internal.RangeSets
 
failIfNullOrEmpty(Object[]) - Method in class org.assertj.guava.internal.RangeSets
 
failures - Variable in class org.assertj.guava.api.ByteSourceAssert
 
failures - Variable in class org.assertj.guava.api.MultimapAssert
 
failures - Variable in class org.assertj.guava.api.MultisetAssert
 
failures - Variable in class org.assertj.guava.api.OptionalAssert
 
failures - Variable in class org.assertj.guava.api.RangeAssert
 
failures - Variable in class org.assertj.guava.api.RangeMapAssert
 
failures - Variable in class org.assertj.guava.api.TableAssert
 
failures - Variable in class org.assertj.guava.internal.RangeSets
 

G

getActual() - Method in class org.assertj.guava.api.MultimapAssert
 
getActual() - Method in class org.assertj.guava.api.OptionalAssert
 
getActual() - Method in class org.assertj.guava.api.RangeMapAssert
 

H

hasClosedLowerBound() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range lower bound is closed.
hasClosedUpperBound() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range upper bound is closed.
hasColumnCount(int) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table has the expected number of columns.
hashCode() - Method in class org.assertj.guava.data.MapEntry
Deprecated.
 
hasLowerEndpointEqualTo(T) - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range lower endpoint is equal to the given value.
hasOpenedLowerBound() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range lower bound is opened.
hasOpenedUpperBound() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range upper bound is opened.
hasRowCount(int) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table has the expected number of rows.
hasSameContentAs(ByteSource) - Method in class org.assertj.guava.api.ByteSourceAssert
Verifies that the actual ByteSource contains has the same content as the provided one.
hasSameEntriesAs(Multimap<? extends K, ? extends V>) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap has the same entries as the given one.
It allows to compare two multimaps having the same content but who are not equal because being of different types like SetMultimap and ListMultimap.
hasSize(int) - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the number of values in the actual Multimap is equal to the given one.
hasSize(int) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet has specific size of disconnected Range elements.
hasSize(int) - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table has the expected number of cells.
hasSize(long) - Method in class org.assertj.guava.api.ByteSourceAssert
Verifies that the size of the actual ByteSource is equal to the given one.
hasUpperEndpointEqualTo(T) - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range upper endpoint is equal to the given value.

I

instance() - Static method in class org.assertj.guava.internal.RangeSets
Returns singleton instance of this class.
INSTANCE - Static variable in class org.assertj.guava.internal.RangeSets
 
InstanceOfAssertFactories - Interface in org.assertj.guava.api
Guava InstanceOfAssertFactories for Assert.asInstanceOf(InstanceOfAssertFactory).
intersects(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects all the given ranges.
intersectsAll(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects all the given range set.
intersectsAll(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects all the given ranges.
intersectsAnyOf(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects at least one of the given ranges.
intersectsAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects at least one range of the given range set.
intersectsAnyRangesOf(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the given RangeSet intersects at least one of the given ranges.
isAbsent() - Method in class org.assertj.guava.api.OptionalAssert
Verifies that the actual Optional contained instance is absent/null (ie.
isEmpty() - Method in class org.assertj.guava.api.ByteSourceAssert
Verifies that the actual ByteSource is empty.
isEmpty() - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap is empty.
isEmpty() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range is empty.
isEmpty() - Method in class org.assertj.guava.api.RangeMapAssert
Verifies that the actual RangeMap is empty.
isEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the actual RangeSet is empty.
isEmpty() - Method in class org.assertj.guava.api.TableAssert
Verifies that the actual Table is empty.
isNotEmpty() - Method in class org.assertj.guava.api.MultimapAssert
Verifies that the actual Multimap is not empty.
isNotEmpty() - Method in class org.assertj.guava.api.RangeAssert
Verifies that the actual Range is not empty.
isNotEmpty() - Method in class org.assertj.guava.api.RangeMapAssert
Verifies that the actual RangeMap is not empty.
isNotEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the actual RangeSet is not empty.
isNullOrEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
Verifies that the actual RangeSet is null or empty.
isPresent() - Method in class org.assertj.guava.api.OptionalAssert
Verifies that the actual Optional contains a (non-null) instance.

K

key - Variable in class org.assertj.guava.data.MapEntry
Deprecated.
 

M

MapEntry<K,​V> - Class in org.assertj.guava.data
Deprecated.
use org.assertj.core.data.MapEntry instead.
MapEntry(K, V) - Constructor for class org.assertj.guava.data.MapEntry
Deprecated.
 
multimap(Class<K>, Class<V>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Multimap.
MULTIMAP - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Multimap, assuming Object as key and value types.
MultimapAssert<K,​V> - Class in org.assertj.guava.api
Assertions for guava Multimap.
MultimapAssert(Multimap<K, V>) - Constructor for class org.assertj.guava.api.MultimapAssert
 
multiset(Class<ELEMENT>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Multiset.
MULTISET - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Multiset, assuming Object as element type.
MultisetAssert<T> - Class in org.assertj.guava.api
Assertions for guava Multiset.
MultisetAssert(Multiset<? extends T>) - Constructor for class org.assertj.guava.api.MultisetAssert
 
MultisetShouldContainAtLeastTimes - Class in org.assertj.guava.error
Creates an error message stating that a given value appears in a Multiset fewer times than expected
MultisetShouldContainAtLeastTimes(String, Object...) - Constructor for class org.assertj.guava.error.MultisetShouldContainAtLeastTimes
 
MultisetShouldContainAtMostTimes - Class in org.assertj.guava.error
Creates an error message stating that a given value appears in a Multiset more times than expected
MultisetShouldContainAtMostTimes(String, Object...) - Constructor for class org.assertj.guava.error.MultisetShouldContainAtMostTimes
 
MultisetShouldContainTimes - Class in org.assertj.guava.error
Creates an error message stating that a given value appears in a Multiset a different number of to the expected value
MultisetShouldContainTimes(String, Object...) - Constructor for class org.assertj.guava.error.MultisetShouldContainTimes
 

N

newAbstractIterableAssert(Iterable<? extends T>) - Method in class org.assertj.guava.api.MultisetAssert
 

O

optional(Class<VALUE>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for an Optional.
OPTIONAL - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for an Optional, assuming Object as value type.
OptionalAssert<T> - Class in org.assertj.guava.api
Assertions for guava Optional.
OptionalAssert(Optional<T>) - Constructor for class org.assertj.guava.api.OptionalAssert
 
OptionalShouldBeAbsent - Class in org.assertj.guava.error
Creates an error message indicating that an Optional which should be absent is actually present
OptionalShouldBeAbsent(String, Object...) - Constructor for class org.assertj.guava.error.OptionalShouldBeAbsent
 
OptionalShouldBePresent - Class in org.assertj.guava.error
Creates an error message indicating that an Optional which should be present is absent
OptionalShouldBePresent(String, Object...) - Constructor for class org.assertj.guava.error.OptionalShouldBePresent
 
OptionalShouldBePresentWithValue - Class in org.assertj.guava.error
Creates an error message indicating that an Optional should contain an expected value
OptionalShouldBePresentWithValue(String, Object...) - Constructor for class org.assertj.guava.error.OptionalShouldBePresentWithValue
 
org.assertj.guava.api - package org.assertj.guava.api
 
org.assertj.guava.data - package org.assertj.guava.data
 
org.assertj.guava.error - package org.assertj.guava.error
 
org.assertj.guava.internal - package org.assertj.guava.internal
 
org.assertj.guava.util - package org.assertj.guava.util
 

R

range(Class<C>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Range.
RangeAssert<T extends Comparable<T>> - Class in org.assertj.guava.api
Assertions for guava Range.
RangeAssert(Range<T>) - Constructor for class org.assertj.guava.api.RangeAssert
 
rangeMap(Class<K>, Class<V>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a RangeMap.
RangeMapAssert<K extends Comparable<K>,​V> - Class in org.assertj.guava.api
Assertions for guava RangeMap.
RangeMapAssert(RangeMap<K, V>) - Constructor for class org.assertj.guava.api.RangeMapAssert
 
rangeSet(Class<T>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a RangeSet.
RangeSetAssert<T extends Comparable<T>> - Class in org.assertj.guava.api
Assertion for guava RangeSet.
RangeSetAssert(RangeSet<T>) - Constructor for class org.assertj.guava.api.RangeSetAssert
 
rangeSets - Variable in class org.assertj.guava.api.RangeSetAssert
 
RangeSets - Class in org.assertj.guava.internal
Reusable assertions for RangeSets.
RangeSets() - Constructor for class org.assertj.guava.internal.RangeSets
 
RangeSetShouldEnclose - Class in org.assertj.guava.error
Creates an error message indicating that the given RangeSet does not enclose neither another one RangeSet nor some set of Range.
RangeSetShouldEnclose(Object, Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldEnclose
Creates a new BasicErrorMessageFactory.
RangeSetShouldEncloseAnyOf - Class in org.assertj.guava.error
Creates an error message indicating that the given RangeSet does not enclose at lease one element of expected objects.
RangeSetShouldEncloseAnyOf(Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldEncloseAnyOf
Creates a new BasicErrorMessageFactory.
RangeSetShouldIntersect - Class in org.assertj.guava.error
Creates an error message indicating that the given RangeSet does not intersect neither another one RangeSet nor some set of Range.
RangeSetShouldIntersect(Object, Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldIntersect
Creates a new BasicErrorMessageFactory.
RangeSetShouldIntersectAnyOf - Class in org.assertj.guava.error
Creates an error message indicating that the given RangeSet does not intersect at lease one element of expected objects.
RangeSetShouldIntersectAnyOf(Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldIntersectAnyOf
Creates a new BasicErrorMessageFactory.
RangeSetShouldNotEnclose - Class in org.assertj.guava.error
 
RangeSetShouldNotEnclose(Object, Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldNotEnclose
Creates a new BasicErrorMessageFactory.
RangeSetShouldNotIntersect - Class in org.assertj.guava.error
 
RangeSetShouldNotIntersect(Object, Object, Object) - Constructor for class org.assertj.guava.error.RangeSetShouldNotIntersect
Creates a new BasicErrorMessageFactory.
rangeSetValuesToLookForIsEmpty() - Static method in class org.assertj.guava.internal.ErrorMessages
 
rangeSetValuesToLookForIsNull() - Static method in class org.assertj.guava.internal.ErrorMessages
 
RangeShouldBeClosedInTheLowerBound - Class in org.assertj.guava.error
 
RangeShouldBeClosedInTheLowerBound(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldBeClosedInTheLowerBound
Creates a new BasicErrorMessageFactory.
RangeShouldBeClosedInTheUpperBound - Class in org.assertj.guava.error
 
RangeShouldBeClosedInTheUpperBound(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldBeClosedInTheUpperBound
Creates a new BasicErrorMessageFactory.
RangeShouldBeOpenedInTheLowerBound - Class in org.assertj.guava.error
 
RangeShouldBeOpenedInTheLowerBound(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldBeOpenedInTheLowerBound
Creates a new BasicErrorMessageFactory.
RangeShouldBeOpenedInTheUpperBound - Class in org.assertj.guava.error
 
RangeShouldBeOpenedInTheUpperBound(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldBeOpenedInTheUpperBound
Creates a new BasicErrorMessageFactory.
RangeShouldHaveLowerEndpointEqual - Class in org.assertj.guava.error
 
RangeShouldHaveLowerEndpointEqual(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldHaveLowerEndpointEqual
Creates a new BasicErrorMessageFactory.
RangeShouldHaveUpperEndpointEqual - Class in org.assertj.guava.error
 
RangeShouldHaveUpperEndpointEqual(String, Object...) - Constructor for class org.assertj.guava.error.RangeShouldHaveUpperEndpointEqual
Creates a new BasicErrorMessageFactory.

S

shouldBeAbsent(Optional<T>) - Static method in class org.assertj.guava.error.OptionalShouldBeAbsent
 
shouldBePresent(Optional<T>) - Static method in class org.assertj.guava.error.OptionalShouldBePresent
 
shouldBePresentWithValue(Optional<T>, Object) - Static method in class org.assertj.guava.error.OptionalShouldBePresentWithValue
 
shouldBePresentWithValue(Object) - Static method in class org.assertj.guava.error.OptionalShouldBePresentWithValue
 
shouldContainAtLeastTimes(Multiset<?>, Object, int, int) - Static method in class org.assertj.guava.error.MultisetShouldContainAtLeastTimes
 
shouldContainAtMostTimes(Multiset<?>, Object, int, int) - Static method in class org.assertj.guava.error.MultisetShouldContainAtMostTimes
 
shouldContainKeys(Object, Object[], Set<?>) - Static method in class org.assertj.guava.error.ShouldContainKeys
Creates a new ShouldContainKeys.
ShouldContainKeys - Class in org.assertj.guava.error
Creates an error message indicating that an assertion that verifies a map contains some keys failed.
ShouldContainKeys(Object, Object) - Constructor for class org.assertj.guava.error.ShouldContainKeys
 
ShouldContainKeys(Object, Object[], Set<?>) - Constructor for class org.assertj.guava.error.ShouldContainKeys
 
shouldContainTimes(Multiset<?>, Object, int, int) - Static method in class org.assertj.guava.error.MultisetShouldContainTimes
 
shouldContainValues(Object, Object[], Set<?>) - Static method in class org.assertj.guava.error.ShouldContainValues
 
ShouldContainValues - Class in org.assertj.guava.error
Creates an error message indicating that an assertion that verifies a map contains some values failed.
ShouldContainValues(Object, Object) - Constructor for class org.assertj.guava.error.ShouldContainValues
 
ShouldContainValues(Object, Object[], Set<?>) - Constructor for class org.assertj.guava.error.ShouldContainValues
 
shouldEnclose(Object, Object, Iterable<?>) - Static method in class org.assertj.guava.error.RangeSetShouldEnclose
 
shouldEncloseAnyOf(Object, Object) - Static method in class org.assertj.guava.error.RangeSetShouldEncloseAnyOf
 
shouldHaveClosedLowerBound(Range<T>) - Static method in class org.assertj.guava.error.RangeShouldBeClosedInTheLowerBound
 
shouldHaveClosedUpperBound(Range<T>) - Static method in class org.assertj.guava.error.RangeShouldBeClosedInTheUpperBound
 
shouldHaveEqualLowerEndpoint(Range<T>, Object) - Static method in class org.assertj.guava.error.RangeShouldHaveLowerEndpointEqual
 
shouldHaveEqualUpperEndpoint(Range<T>, Object) - Static method in class org.assertj.guava.error.RangeShouldHaveUpperEndpointEqual
 
shouldHaveOpenedLowerBound(Range<T>) - Static method in class org.assertj.guava.error.RangeShouldBeOpenedInTheLowerBound
 
shouldHaveOpenedUpperBound(Range<T>) - Static method in class org.assertj.guava.error.RangeShouldBeOpenedInTheUpperBound
 
shouldHaveSize(Object, long, long) - Static method in class org.assertj.guava.error.ShouldHaveSize
Creates a new ShouldHaveSize.
ShouldHaveSize - Class in org.assertj.guava.error
Creates an error message indicating that an assertion that verifies that a value have certain size failed.
ShouldHaveSize(Object, long, long) - Constructor for class org.assertj.guava.error.ShouldHaveSize
 
shouldIntersect(RangeSet<?>, Object, Iterable<?>) - Static method in class org.assertj.guava.error.RangeSetShouldIntersect
 
shouldIntersectAnyOf(RangeSet<?>, Object) - Static method in class org.assertj.guava.error.RangeSetShouldIntersectAnyOf
 
shouldNotEnclose(Object, Object, Iterable<?>) - Static method in class org.assertj.guava.error.RangeSetShouldNotEnclose
 
shouldNotIntersects(Object, Object, Iterable<?>) - Static method in class org.assertj.guava.error.RangeSetShouldNotIntersect
 

T

table(Class<R>, Class<C>, Class<V>) - Static method in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Table.
TABLE - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
InstanceOfAssertFactory for a Table, assuming Object as row key type, column key type and value type.
TableAssert<R,​C,​V> - Class in org.assertj.guava.api
 
TableAssert(Table<R, C, V>) - Constructor for class org.assertj.guava.api.TableAssert
 
tableShouldContainCell(Table<R, C, V>, R, C, V, V) - Static method in class org.assertj.guava.error.TableShouldContainCell
Creates a new TableShouldContainCell.
TableShouldContainCell - Class in org.assertj.guava.error
 
TableShouldContainCell(Table<R, C, V>, R, C, V, V) - Constructor for class org.assertj.guava.error.TableShouldContainCell
 
tableShouldContainColumns(Object, Object[], Set<?>) - Static method in class org.assertj.guava.error.TableShouldContainColumns
 
TableShouldContainColumns - Class in org.assertj.guava.error
 
TableShouldContainColumns(Object, Object) - Constructor for class org.assertj.guava.error.TableShouldContainColumns
 
TableShouldContainColumns(Object, Object[], Set<?>) - Constructor for class org.assertj.guava.error.TableShouldContainColumns
 
tableShouldContainRows(Object, Object[], Set<?>) - Static method in class org.assertj.guava.error.TableShouldContainRows
 
TableShouldContainRows - Class in org.assertj.guava.error
 
TableShouldContainRows(Object, Object) - Constructor for class org.assertj.guava.error.TableShouldContainRows
 
TableShouldContainRows(Object, Object[], Set<?>) - Constructor for class org.assertj.guava.error.TableShouldContainRows
 
tableShouldHaveColumnCount(Object, int, int) - Static method in class org.assertj.guava.error.TableShouldHaveColumnCount
TableShouldHaveColumnCount - Class in org.assertj.guava.error
 
TableShouldHaveColumnCount(Object, int, int) - Constructor for class org.assertj.guava.error.TableShouldHaveColumnCount
 
tableShouldHaveRowCount(Object, int, int) - Static method in class org.assertj.guava.error.TableShouldHaveRowCount
TableShouldHaveRowCount - Class in org.assertj.guava.error
 
TableShouldHaveRowCount(Object, int, int) - Constructor for class org.assertj.guava.error.TableShouldHaveRowCount
 
throwIllegalArgumentExceptionIfTrue(boolean, String, Object...) - Static method in class org.assertj.guava.util.ExceptionUtils
Throws a IllegalArgumentException if given condition is true with message formatted with given arguments using String.format(String, Object...).
toAssert(T, String) - Method in class org.assertj.guava.api.MultisetAssert
 
toString() - Method in class org.assertj.guava.data.MapEntry
Deprecated.
 

V

value - Variable in class org.assertj.guava.data.MapEntry
Deprecated.
 
A B C D E F G H I K M N O R S T V 
All Classes All Packages