1234567891011121314151617 |
- //
- // Licensed under the terms in License.txt
- //
- // Copyright 2010 Allen Ding. All rights reserved.
- //
- #import "KiwiConfiguration.h"
- #import "KWMatcher.h"
- @interface KWBeWithinMatcher : KWMatcher
- #pragma mark - Configuring Matchers
- - (void)beWithin:(id)aDistance of:(id)aValue;
- - (void)equal:(double)aValue withDelta:(double)aDelta;
- @end
|