net.sf.sasl.common.io
Class ResourceReaderTest

java.lang.Object
  extended by net.sf.sasl.common.io.ResourceReaderTest

public class ResourceReaderTest
extends Object

Test cases for the ResourceReader class.

Author:
Philipp Förmer

Constructor Summary
ResourceReaderTest()
           
 
Method Summary
 void setUp()
           
 void testReadStringResourceWithLocation()
          Test cases for the readStringResource(String) method.
 void testReadStringResourceWithLocationCharset()
          Test cases for the readStringResource(String, String) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceReaderTest

public ResourceReaderTest()
Method Detail

setUp

public void setUp()

testReadStringResourceWithLocationCharset

public void testReadStringResourceWithLocationCharset()
                                               throws Exception
Test cases for the readStringResource(String, String) method.

Throws:
Exception

testReadStringResourceWithLocation

public void testReadStringResourceWithLocation()
                                        throws Exception
Test cases for the readStringResource(String) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.