Package org.sonar.sslr.test.channel
Class ChannelMatcher<O>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<Channel<O>>
-
- org.sonar.sslr.test.channel.ChannelMatcher<O>
-
-
Constructor Summary
Constructors Constructor Description ChannelMatcher(String sourceCode, O output)ChannelMatcher(CodeReader reader, O output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)booleanmatches(Object arg0)
-
-
-
Constructor Detail
-
ChannelMatcher
public ChannelMatcher(CodeReader reader, O output)
-
-
Method Detail
-
matches
public boolean matches(Object arg0)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-