org.sonar.test.channel
Class ChannelMatcher<OUTPUT>

java.lang.Object
  extended by org.hamcrest.BaseMatcher<Channel<OUTPUT>>
      extended by org.sonar.test.channel.ChannelMatcher<OUTPUT>
All Implemented Interfaces:
org.hamcrest.Matcher<Channel<OUTPUT>>, org.hamcrest.SelfDescribing

public class ChannelMatcher<OUTPUT>
extends org.hamcrest.BaseMatcher<Channel<OUTPUT>>


Constructor Summary
ChannelMatcher(CodeReader reader, OUTPUT output)
           
ChannelMatcher(String sourceCode, OUTPUT output)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matches(Object arg0)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelMatcher

public ChannelMatcher(String sourceCode,
                      OUTPUT output)

ChannelMatcher

public ChannelMatcher(CodeReader reader,
                      OUTPUT output)
Method Detail

matches

public boolean matches(Object arg0)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2009-2012 SonarSource. All Rights Reserved.