All Classes and Interfaces

Class
Description
The entry point for all Guava assertions.
Assertions for Guava ByteSource.
 
InstanceOfAssertFactory instances for Guava types.
Deprecated.
Assertions for guava Multimap.
Assertions for guava Multiset.
Creates an error message stating that a given value appears in a Multiset fewer times than expected
Creates an error message stating that a given value appears in a Multiset more times than expected
Creates an error message stating that a given value appears in a Multiset a different number of to the expected value
Assertions for guava Optional.
Creates an error message indicating that an Optional which should be absent is actually present
Creates an error message indicating that an Optional which should be present is absent
Creates an error message indicating that an Optional should contain an expected value
Assertions for guava Range.
Assertions for guava RangeMap.
Assertion for guava RangeSet.
Creates an error message indicating that the given RangeSet does not enclose neither another one RangeSet nor some set of Range.
Creates an error message indicating that the given RangeSet does not enclose at lease one element of expected objects.
Creates an error message indicating that the given RangeSet does not intersect either another one RangeSet or some set of Range.
Creates an error message indicating that the given RangeSet does not intersect at lease one element of expected objects.
 
 
 
 
 
 
 
 
Creates an error message indicating that an assertion that verifies a map contains some keys failed.
Creates an error message indicating that an assertion that verifies a map contains some values failed.
 
Creates an error message indicating that an assertion that verifies that a value have certain size failed.