public class ChannelMatcher<O> extends org.hamcrest.BaseMatcher<Channel<O>>
| Constructor and Description |
|---|
ChannelMatcher(CodeReader reader,
O output) |
ChannelMatcher(String sourceCode,
O output) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object arg0) |
public ChannelMatcher(String sourceCode, O output)
public ChannelMatcher(CodeReader reader, O output)
public void describeTo(org.hamcrest.Description description)
Copyright © 2009-2014 SonarSource. All Rights Reserved.