org.apache.james.util.stream
Class CRLFOutputStreamTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.util.stream.CRLFOutputStreamTest

public class CRLFOutputStreamTest
extends TestCase

Tests for the ExtraDotOutputStream


Constructor Summary
CRLFOutputStreamTest()
           
 
Method Summary
 void testBytePerByte()
           
 void testCheckCRLFTerminator()
           
 void testMain()
           
 void testMixedSizeChunks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRLFOutputStreamTest

public CRLFOutputStreamTest()
Method Detail

testMain

public void testMain()
              throws java.io.IOException
Throws:
java.io.IOException

testCheckCRLFTerminator

public void testCheckCRLFTerminator()
                             throws java.io.IOException
Throws:
java.io.IOException

testMixedSizeChunks

public void testMixedSizeChunks()
                         throws java.io.IOException
Throws:
java.io.IOException

testBytePerByte

public void testBytePerByte()
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.