A B C D E F G H I K M N O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assertContains(AssertionInfo, RangeSet<T>, T[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetcontains the given values. - assertContainsAll(AssertionInfo, RangeSet<T>, Iterable<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetcontains all the given values. - assertContainsAnyOf(AssertionInfo, RangeSet<T>, T[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetcontains 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
RangeSetcontains 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
RangeSetdoes not contain the given values. - assertDoesNotContainAll(AssertionInfo, RangeSet<T>, Iterable<? extends T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetdoes 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
RangeSetdoes not enclose the given ranges. - assertDoesNotIntersect(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetdoes not intersect the given ranges. - assertDoesNotIntersectAnyRangeFrom(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetdoes 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
RangeSetdoes not intersect all elements from the given range. - assertEmpty(AssertionInfo, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetis empty. - assertEncloses(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetencloses the given ranges. - assertEnclosesAll(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetencloses 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
RangeSetencloses all elements of the given range. - assertEnclosesAnyOf(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetencloses the given ranges. - assertEnclosesAnyRangesOf(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetencloses 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
RangeSetencloses all elements of the given range. - assertHasSize(AssertionInfo, RangeSet<?>, int) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the actual
RangeSethas specificsize. - assertIntersects(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetintersects the given ranges. - assertIntersectsAll(AssertionInfo, RangeSet<T>, RangeSet<T>) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetintersects 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
RangeSetintersects all the given ranges. - assertIntersectsAnyOf(AssertionInfo, RangeSet<T>, Range<T>[]) - Method in class org.assertj.guava.internal.RangeSets
-
Asserts that the given
RangeSetintersects 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
RangeSetintersects 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
RangeSetintersects 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
RangeSetis 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
RangeSetisnullor 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
-
InstanceOfAssertFactoryfor aByteSource. - 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
Multisetcontains the given value exactly the given number of times. - contains(Object) - Method in class org.assertj.guava.api.OptionalAssert
-
Verifies that the actual
Optionalcontains the given value. - contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapcontains the given entries. - contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.RangeMapAssert
-
Verifies that the actual
RangeMapcontains the given entries. - contains(MapEntry<K, V>...) - Method in class org.assertj.guava.api.RangeMapAssert
-
Deprecated.use
RangeMapAssert.contains(MapEntry...)instead (same method but usingorg.assertj.core.data.MapEntryin place ofMapEntry.Verifies that the actual
RangeMapcontains the given entries.
Example :
If theRangeMap<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 fromMapEntryassertThat(spectralColors).contains(entry("400", "violet"), entry("650", "red"));entriesargument is null or empty, anIllegalArgumentExceptionis thrown. - contains(T...) - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangecontains the given values. - contains(T...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetcontains the given ranges. - containsAll(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetcontains all the given ranges. - containsAllEntriesOf(Multimap<? extends K, ? extends V>) - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapcontains 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
RangeSetcontains at least one of the given ranges. - containsAnyRangesOf(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetcontains at least one of the given ranges. - containsAtLeast(int, T) - Method in class org.assertj.guava.api.MultisetAssert
-
Verifies the actual
Multisetcontains the given value at least the given number of times. - containsAtMost(int, T) - Method in class org.assertj.guava.api.MultisetAssert
-
Verifies the actual
Multisetcontains 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
Tablecontains the mapping of row/column to value. - containsColumns(C...) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablecontains the given columns. - containsKeys(K...) - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapcontains the given keys. - containsKeys(K...) - Method in class org.assertj.guava.api.RangeMapAssert
-
Verifies that the actual
RangeMapcontains the given keys. - containsRows(R...) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablecontains the given rows. - containsValues(V...) - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapcontains the given values for any key. - containsValues(V...) - Method in class org.assertj.guava.api.RangeMapAssert
-
Verifies that the actual
RangeMapcontains the given values. - containsValues(V...) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablecontains the given values for any key.
D
- doesNotContain(T...) - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangedoes not contain the given values. - doesNotContain(T...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not contain any of the given ranges. - doesNotContainAll(Iterable<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not contain any of the given ranges. - doesNotEnclose(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not enclose the given ranges. - doesNotEncloseAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes 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
RangeSetdoes 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
RangeSetdoes 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
RangeSetdoes not enclose all elements of the given range. - doesNotIntersect(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not intersect the given ranges. - doesNotIntersectAnyRangeFrom(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not intersect ranges from the given range set. - doesNotIntersectAnyRangeFrom(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetdoes not intersect all the given ranges.
E
- encloses(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetencloses the given ranges. - enclosesAll(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetencloses all ranges from the given range set. - enclosesAll(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetencloses all the given ranges. - enclosesAnyOf(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetencloses at least one of the given ranges. - enclosesAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetencloses 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
RangeSetencloses 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 useMapEntryif 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
Rangelower bound is closed. - hasClosedUpperBound() - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangeupper bound is closed. - hasColumnCount(int) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablehas 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
Rangelower endpoint is equal to the given value. - hasOpenedLowerBound() - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangelower bound is opened. - hasOpenedUpperBound() - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangeupper bound is opened. - hasRowCount(int) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablehas the expected number of rows. - hasSameContentAs(ByteSource) - Method in class org.assertj.guava.api.ByteSourceAssert
-
Verifies that the actual
ByteSourcecontains 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
Multimaphas 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 likeSetMultimapandListMultimap. - hasSize(int) - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the number of values in the actual
Multimapis equal to the given one. - hasSize(int) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSethas specificsizeof disconnectedRangeelements. - hasSize(int) - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tablehas the expected number of cells. - hasSize(long) - Method in class org.assertj.guava.api.ByteSourceAssert
-
Verifies that the size of the actual
ByteSourceis equal to the given one. - hasUpperEndpointEqualTo(T) - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangeupper 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
InstanceOfAssertFactoriesforAssert.asInstanceOf(InstanceOfAssertFactory). - intersects(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetintersects all the given ranges. - intersectsAll(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetintersects all the given range set. - intersectsAll(Iterable<Range<T>>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetintersects all the given ranges. - intersectsAnyOf(Range<T>...) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetintersects at least one of the given ranges. - intersectsAnyRangesOf(RangeSet<T>) - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the given
RangeSetintersects 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
RangeSetintersects at least one of the given ranges. - isAbsent() - Method in class org.assertj.guava.api.OptionalAssert
-
Verifies that the actual
Optionalcontained instance is absent/null (ie. - isEmpty() - Method in class org.assertj.guava.api.ByteSourceAssert
-
Verifies that the actual
ByteSourceis empty. - isEmpty() - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapis empty. - isEmpty() - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangeis empty. - isEmpty() - Method in class org.assertj.guava.api.RangeMapAssert
-
Verifies that the actual
RangeMapis empty. - isEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the actual
RangeSetis empty. - isEmpty() - Method in class org.assertj.guava.api.TableAssert
-
Verifies that the actual
Tableis empty. - isNotEmpty() - Method in class org.assertj.guava.api.MultimapAssert
-
Verifies that the actual
Multimapis not empty. - isNotEmpty() - Method in class org.assertj.guava.api.RangeAssert
-
Verifies that the actual
Rangeis not empty. - isNotEmpty() - Method in class org.assertj.guava.api.RangeMapAssert
-
Verifies that the actual
RangeMapis not empty. - isNotEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the actual
RangeSetis not empty. - isNullOrEmpty() - Method in class org.assertj.guava.api.RangeSetAssert
-
Verifies that the actual
RangeSetisnullor empty. - isPresent() - Method in class org.assertj.guava.api.OptionalAssert
-
Verifies that the actual
Optionalcontains a (non-null) instance.
K
M
- MapEntry<K,V> - Class in org.assertj.guava.data
-
Deprecated.use
org.assertj.core.data.MapEntryinstead. - 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
-
InstanceOfAssertFactoryfor aMultimap. - MULTIMAP - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
-
InstanceOfAssertFactoryfor aMultimap, assumingObjectas 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
-
InstanceOfAssertFactoryfor aMultiset. - MULTISET - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
-
InstanceOfAssertFactoryfor aMultiset, assumingObjectas 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
Multisetfewer 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
Multisetmore 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
Multiseta 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
-
InstanceOfAssertFactoryfor anOptional. - OPTIONAL - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
-
InstanceOfAssertFactoryfor anOptional, assumingObjectas 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
-
InstanceOfAssertFactoryfor aRange. - 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
-
InstanceOfAssertFactoryfor aRangeMap. - 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
-
InstanceOfAssertFactoryfor aRangeSet. - 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
s.RangeSet - RangeSets() - Constructor for class org.assertj.guava.internal.RangeSets
- RangeSetShouldEnclose - Class in org.assertj.guava.error
-
Creates an error message indicating that the given
RangeSetdoes not enclose neither another oneRangeSetnor some set ofRange. - 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
RangeSetdoes 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
RangeSetdoes not intersect neither another oneRangeSetnor some set ofRange. - 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
RangeSetdoes 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
-
InstanceOfAssertFactoryfor aTable. - TABLE - Static variable in interface org.assertj.guava.api.InstanceOfAssertFactories
-
InstanceOfAssertFactoryfor aTable, assumingObjectas 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
-
Creates a new
.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
-
Creates a new
.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
IllegalArgumentExceptionif given condition is true with message formatted with given arguments usingString.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
A B C D E F G H I K M N O R S T VAll Classes All Packages