Package com.github.cowwoc.requirements10.guava


package com.github.cowwoc.requirements10.guava
Classes used to verify preconditions, postconditions and invariants of Guava types.

Interfaces in this package may be implemented but not be extended (because methods contain a fixed return type).

  • Class
    Description
    Creates validators for the Guava API.
    Creates validators for the Guava API that throw AssertionError immediately on validation failure.
    Creates validators for the Guava API that capture exceptions on validation failure rather than throwing them immediately.
    Creates validators for the Guava API that throw exceptions immediately on validation failure.
    Creates validators for the Guava API with an independent configuration.