Package org.sonar.sslr.test.channel
Class ReaderHasNextCharMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<CodeReader>
-
- org.sonar.sslr.test.channel.ReaderHasNextCharMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<CodeReader>,org.hamcrest.SelfDescribing
public class ReaderHasNextCharMatcher extends org.hamcrest.BaseMatcher<CodeReader>
-
-
Constructor Summary
Constructors Constructor Description ReaderHasNextCharMatcher(char nextChar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)booleanmatches(Object arg0)
-
-
-
Method Detail
-
matches
public boolean matches(Object arg0)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-