KWBeWithinMatcher.h 343 B

1234567891011121314151617
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. #import "KWMatcher.h"
  8. @interface KWBeWithinMatcher : KWMatcher
  9. #pragma mark - Configuring Matchers
  10. - (void)beWithin:(id)aDistance of:(id)aValue;
  11. - (void)equal:(double)aValue withDelta:(double)aDelta;
  12. @end