org.sonar.test.channel
Class ChannelMatchers

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

public final class ChannelMatchers
extends Object


Method Summary
static
<OUTPUT> ChannelMatcher<OUTPUT>
consume(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
 

Method Detail

consume

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

consume

public static <OUTPUT> ChannelMatcher<OUTPUT> consume(CodeReader codeReader,
                                                      OUTPUT output)

hasNextChar

public static ReaderHasNextCharMatcher hasNextChar(char nextChar)


Copyright © 2009-2012 SonarSource. All Rights Reserved.