Package gdv.xport.io

Klasse RecyclingInputStreamReaderTest

java.lang.Object
gdv.xport.io.RecyclingInputStreamReaderTest

public class RecyclingInputStreamReaderTest extends Object
Unit-Test fuer RecyclingInputStreamReader.
Seit:
0.9.2 (30.01.2014)
Autor:
oliver (ob@aosd.de)
  • Konstruktordetails

    • RecyclingInputStreamReaderTest

      public RecyclingInputStreamReaderTest()
  • Methodendetails

    • testRead

      public void testRead() throws IOException
      Test method for RecyclingInputStreamReader.read() and other methods of RecyclingInputStreamReader.
      Löst aus:
      IOException - Signals that an I/O exception has occurred.
    • testRecycling

      public void testRecycling() throws IOException
      Hier testen wir die Recycling-Eigenschaft des Reader, ob er tatsaechlich den gleichen InputStream wiederverwendet.
      Löst aus:
      IOException - Signals that an I/O exception has occurred.
    • testSkip

      public void testSkip() throws IOException
      Test-Methode fuer RecyclingInputStreamReader.skip(long) und RecyclingInputStreamReader.read(CharBuffer).
      Löst aus:
      IOException - Signals that an I/O exception has occurred.