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

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

public class ChannelMatcher<O>
extends org.hamcrest.BaseMatcher<org.sonar.channel.Channel<O>>


Constructor Summary
ChannelMatcher(org.sonar.channel.CodeReader reader, O output)
           
ChannelMatcher(String sourceCode, O 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,
                      O output)

ChannelMatcher

public ChannelMatcher(org.sonar.channel.CodeReader reader,
                      O output)
Method Detail

matches

public boolean matches(Object arg0)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2009-2014 SonarSource. All Rights Reserved.