net.walend.property.test
Class SubsetPropertySourceTest

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

public class SubsetPropertySourceTest
extends PropertySourceTest

Test all api of SubsetPropertySource.

Since:
20010205
Author:
David Walend

Field Summary
private static java.lang.String SUBSET
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
SubsetPropertySourceTest(java.lang.String testName)
           
 
Method Summary
 java.lang.String getExpected()
           
 PropertySource getPropertySource()
           
static junit.framework.Test suite()
           
 void testConstructor()
           
 
Methods inherited from class net.walend.property.test.PropertySourceTest
testGetProperty, testGetPropertySafely, testGetPropertyWithDefault, 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
 

Field Detail

SUBSET

private static final java.lang.String SUBSET
Constructor Detail

SubsetPropertySourceTest

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

getPropertySource

public PropertySource getPropertySource()
Specified by:
getPropertySource in class PropertySourceTest

getExpected

public java.lang.String getExpected()
Specified by:
getExpected in class PropertySourceTest

testConstructor

public void testConstructor()
Overrides:
testConstructor in class PropertySourceTest

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend