org.apache.commons.resources.impl
Class ResourceBundleResourcesTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.resources.impl.ResourceBundleResourcesFactoryTestCase
              extended by org.apache.commons.resources.impl.ResourceBundleResourcesTestCase
All Implemented Interfaces:
junit.framework.Test

public class ResourceBundleResourcesTestCase
extends ResourceBundleResourcesFactoryTestCase

Unit tests for org.apache.commons.resources.impl.ResourceBundleResources.


Field Summary
protected  org.apache.commons.resources.Resources resources
           
 
Fields inherited from class org.apache.commons.resources.impl.ResourceBundleResourcesFactoryTestCase
CONFIG, factory, NAME
 
Constructor Summary
ResourceBundleResourcesTestCase(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testInherit()
           
 void testMissing()
           
 void testPristine()
           
 void testSpecific()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

resources

protected org.apache.commons.resources.Resources resources
Constructor Detail

ResourceBundleResourcesTestCase

public ResourceBundleResourcesTestCase(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class ResourceBundleResourcesFactoryTestCase
Throws:
Exception

suite

public static junit.framework.Test suite()

tearDown

public void tearDown()
Overrides:
tearDown in class ResourceBundleResourcesFactoryTestCase

testInherit

public void testInherit()
                 throws Exception
Throws:
Exception

testMissing

public void testMissing()
                 throws Exception
Throws:
Exception

testPristine

public void testPristine()
Overrides:
testPristine in class ResourceBundleResourcesFactoryTestCase

testSpecific

public void testSpecific()
                  throws Exception
Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.