| Class | Description | 
|---|---|
| AllFailConstraint | 
 Always fail the put. 
 | 
| AllPassConstraint | 
 Simple test constraint that always allows the put to pass 
 | 
| CheckConfigurationConstraint | 
 Test Constraint to check to make sure the configuration is set 
 | 
| RuntimeFailConstraint | 
 Always non-gracefully fail on attempt 
 | 
| TestConstraint | 
 Do the complex testing of constraints against a minicluster 
 | 
| TestConstraint.CheckWasRunConstraint | 
 Constraint to check that it was actually run (or not) 
 | 
| TestConstraints | 
 Test reading/writing the constraints into the  
HTableDescriptor | 
| TestConstraints.AlsoWorks | 
 Also just works 
 | 
| WorksConstraint | 
 It just works 
 | 
| WorksConstraint.NameConstraint | 
 Constraint to check that the naming of constraints doesn't mess up the
 pattern matching.(that constraint $___Constraint$NameConstraint isn't a
 problem) 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.