org.apache.maven.shared.filtering
Class BoundedReaderTest

java.lang.Object
  extended by org.apache.maven.shared.filtering.BoundedReaderTest

public class BoundedReaderTest
extends Object


Constructor Summary
BoundedReaderTest()
           
 
Method Summary
 void readMulti()
           
 void readMultiWithOffset()
           
 void readTillEnd()
           
 void resetWorks()
           
 void skipTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedReaderTest

public BoundedReaderTest()
Method Detail

readTillEnd

public void readTillEnd()
                 throws IOException
Throws:
IOException

readMulti

public void readMulti()
               throws IOException
Throws:
IOException

readMultiWithOffset

public void readMultiWithOffset()
                         throws IOException
Throws:
IOException

resetWorks

public void resetWorks()
                throws IOException
Throws:
IOException

skipTest

public void skipTest()
              throws IOException
Throws:
IOException


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.