org.sonar.test.channel
Class ChannelMatchers

java.lang.Object
  extended by org.sonar.test.channel.ChannelMatchers

public class ChannelMatchers
extends Object


Constructor Summary
ChannelMatchers()
           
 
Method Summary
static
<OUTPUT> ChannelMatcher<OUTPUT>
consume(org.sonar.channel.CodeReader codeReader, OUTPUT output)
           
static
<OUTPUT> ChannelMatcher<OUTPUT>
consume(String sourceCode, OUTPUT output)
           
static ReaderHasNextCharMatcher hasNextChar(char nextChar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelMatchers

public ChannelMatchers()
Method Detail

consume

public static <OUTPUT> ChannelMatcher<OUTPUT> consume(String sourceCode,
                                                      OUTPUT output)

consume

public static <OUTPUT> ChannelMatcher<OUTPUT> consume(org.sonar.channel.CodeReader codeReader,
                                                      OUTPUT output)

hasNextChar

public static ReaderHasNextCharMatcher hasNextChar(char nextChar)


Copyright © 2009-2010 SonarSource. All Rights Reserved.