Uses of Class
bb.util.Check

Packages that use Check
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of Check in bb.util
 

Subclasses of Check in bb.util
static class Check.Arg
          Concrete subclass of Check which is meant for checking method arguments.
static class Check.Assert
          Concrete subclass of Check which is meant for checking arbitrary state.
static class Check.CheckAdaptor
          Abstract subclass of Check which merely implements onFailure(String) to forward to onFailure(String, Throwable).
static class Check.State
          Concrete subclass of Check which is meant for checking arbitrary state.
 

Fields in bb.util declared as Check
private  Check Check.UnitTest.check