net.walend.property.test
Class PropertySourceTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.property.test.PropertySourceTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
SimplePropertySourceTest, SubsetPropertySourceTest

public abstract class PropertySourceTest
extends TestCase

Test all api of PropertySource.

Since:
20010205
Author:
David Walend

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
PropertySourceTest(java.lang.String testName)
           
 
Method Summary
abstract  java.lang.String getExpected()
           
abstract  PropertySource getPropertySource()
           
 void testConstructor()
           
 void testGetProperty()
           
 void testGetPropertySafely()
           
 void testGetPropertyWithDefault()
           
 void testGetSubsetProperty()
           
 
Methods inherited from class net.walend.toolkit.junit.TestCase
fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

PropertySourceTest

public PropertySourceTest(java.lang.String testName)
Method Detail

getPropertySource

public abstract PropertySource getPropertySource()

getExpected

public abstract java.lang.String getExpected()

testConstructor

public void testConstructor()

testGetProperty

public void testGetProperty()

testGetPropertyWithDefault

public void testGetPropertyWithDefault()

testGetPropertySafely

public void testGetPropertySafely()

testGetSubsetProperty

public void testGetSubsetProperty()


Copyright (c) 2000, 2001, David Walend