org.apache.commons.resources.impl
Class PropertyResourcesTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.resources.impl.ResourcesFactoryBaseTestCase
              extended by org.apache.commons.resources.impl.ResourcesBaseTestCase
                  extended by org.apache.commons.resources.impl.CollectionResourcesBaseTestCase
                      extended by org.apache.commons.resources.impl.PropertyResourcesTestCase
All Implemented Interfaces:
junit.framework.Test

public class PropertyResourcesTestCase
extends CollectionResourcesBaseTestCase

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


Field Summary
 
Fields inherited from class org.apache.commons.resources.impl.ResourcesBaseTestCase
resources
 
Fields inherited from class org.apache.commons.resources.impl.ResourcesFactoryBaseTestCase
factory, NAME
 
Constructor Summary
PropertyResourcesTestCase(String name)
           
 
Method Summary
protected  String getBase()
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 
Methods inherited from class org.apache.commons.resources.impl.CollectionResourcesBaseTestCase
checkLocaleList, testInherit, testLocaleList, testMissing, testSpecific
 
Methods inherited from class org.apache.commons.resources.impl.ResourcesBaseTestCase
testKeys, testPristine, testRelease
 
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
 

Constructor Detail

PropertyResourcesTestCase

public PropertyResourcesTestCase(String name)
Method Detail

getBase

protected String getBase()
                  throws Exception
Overrides:
getBase in class CollectionResourcesBaseTestCase
Throws:
Exception

setUp

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

suite

public static junit.framework.Test suite()

tearDown

public void tearDown()
Overrides:
tearDown in class CollectionResourcesBaseTestCase


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