public class ReaderHasNextCharMatcher extends org.hamcrest.BaseMatcher<CodeReader>
| Constructor and Description |
|---|
ReaderHasNextCharMatcher(char nextChar) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object arg0) |
public boolean matches(Object arg0)
public void describeTo(org.hamcrest.Description description)
Copyright © 2010–2015 SonarSource. All rights reserved.