Searched refs:noMatch (Results 1 – 7 of 7) sorted by relevance
66 HttpGet noMatch = new HttpGet("example.com"); in matches__shouldMatchHeaders() local68 noMatch.setHeader(new BasicHeader("header1", "header not a match")); in matches__shouldMatchHeaders()71 assertFalse(requestMatcherBuilder.matches(noMatch)); in matches__shouldMatchHeaders()89 HttpPost noMatch = new HttpPost("example.com"); in matches__shouldMatchPostBody() local90 noMatch.setEntity(new StringEntity("some text that does not match")); in matches__shouldMatchPostBody()93 assertFalse(requestMatcherBuilder.matches(noMatch)); in matches__shouldMatchPostBody()
250 private void doTestGeneral(CharMatcher matcher, char match, char noMatch) { in doTestGeneral() argument252 doTestOneCharNoMatch(matcher, "" + noMatch); in doTestGeneral()253 doTestMatchThenNoMatch(matcher, "" + match + noMatch); in doTestGeneral()254 doTestNoMatchThenMatch(matcher, "" + noMatch + match); in doTestGeneral()
319 private void doTestGeneral(CharMatcher matcher, char match, char noMatch) { in doTestGeneral() argument321 doTestOneCharNoMatch(matcher, "" + noMatch); in doTestGeneral()322 doTestMatchThenNoMatch(matcher, "" + match + noMatch); in doTestGeneral()323 doTestNoMatchThenMatch(matcher, "" + noMatch + match); in doTestGeneral()
619 bool noMatch = addError(&state); in DEF_TEST() local620 if (noMatch) { in DEF_TEST()
934 goto noMatch; in logicalOp()940 goto noMatch; in logicalOp()945 noMatch: in logicalOp()
1094 goto noMatch; in logicalOp()1100 goto noMatch; in logicalOp()1105 noMatch: in logicalOp()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...