org.apache.tapestry.util.io
Class TestBinaryDumpOutputStream

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.util.io.TestBinaryDumpOutputStream

public class TestBinaryDumpOutputStream
extends BaseComponentTestCase

Tests for BinaryDumpOutputStream.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestBinaryDumpOutputStream()
           
 
Method Summary
 void testBasic()
           
 void testNoAscii()
           
 void testNoOffset()
           
 void testOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBinaryDumpOutputStream

public TestBinaryDumpOutputStream()
Method Detail

testBasic

public void testBasic()
               throws Exception
Throws:
Exception

testOptions

public void testOptions()
                 throws Exception
Throws:
Exception

testNoOffset

public void testNoOffset()
                  throws Exception
Throws:
Exception

testNoAscii

public void testNoAscii()
                 throws Exception
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.