org.apache.commons.io.input
Class CloseShieldInputStreamTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.io.input.CloseShieldInputStreamTest
All Implemented Interfaces:
junit.framework.Test

public class CloseShieldInputStreamTest
extends junit.framework.TestCase

JUnit Test Case for CloseShieldInputStream.


Constructor Summary
CloseShieldInputStreamTest()
           
 
Method Summary
protected  void setUp()
           
 void testClose()
          Test the close() method.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseShieldInputStreamTest

public CloseShieldInputStreamTest()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

testClose

public void testClose()
               throws java.io.IOException
Test the close() method.

Throws:
java.io.IOException


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.