|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.richclient.test.SpringRichTestCase
org.springframework.binding.support.AbstractPropertyAccessStrategyTests
public abstract class AbstractPropertyAccessStrategyTests
Tests class AbstractPropertyAccessStrategy
.
Field Summary | |
---|---|
protected org.springframework.binding.support.AbstractPropertyAccessStrategy |
pas
|
protected TestPropertyChangeListener |
pcl
|
protected TestBean |
testBean
|
protected org.springframework.binding.value.ValueModel |
vm
|
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase |
---|
applicationServices, logger |
Constructor Summary | |
---|---|
AbstractPropertyAccessStrategyTests()
|
Method Summary | |
---|---|
protected void |
assertPropertyMetadata(org.springframework.binding.PropertyMetadataAccessStrategy mas,
String property,
Class type,
boolean isReadable,
boolean isWriteable)
|
protected abstract org.springframework.binding.support.AbstractPropertyAccessStrategy |
createPropertyAccessStrategy(Object target)
|
protected void |
doSetUp()
Should be implemented in subclasses as an alternative to the final method SpringRichTestCase.setUp() |
protected boolean |
isStrictNullHandlingEnabled()
|
void |
testBeanThatImplementsPropertyChangePublisher()
|
void |
testChildPropertyAccessStrategy()
|
void |
testListProperty()
|
void |
testMapProperty()
|
void |
testNestedProperty()
|
void |
testReadOnlyProperty()
|
void |
testSimpleProperty()
|
void |
testWriteOnlyProperty()
|
Methods inherited from class org.springframework.richclient.test.SpringRichTestCase |
---|
createApplicationContext, createApplicationLifecycleAdvisor, doTearDown, getApplicationServices, registerAdditionalServices, registerBasicServices, setUp, tearDown |
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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.springframework.binding.support.AbstractPropertyAccessStrategy pas
protected TestBean testBean
protected org.springframework.binding.value.ValueModel vm
protected TestPropertyChangeListener pcl
Constructor Detail |
---|
public AbstractPropertyAccessStrategyTests()
Method Detail |
---|
protected void doSetUp() throws Exception
SpringRichTestCase
SpringRichTestCase.setUp()
doSetUp
in class SpringRichTestCase
Exception
protected abstract org.springframework.binding.support.AbstractPropertyAccessStrategy createPropertyAccessStrategy(Object target)
protected boolean isStrictNullHandlingEnabled()
public void testSimpleProperty()
public void testNestedProperty()
public void testChildPropertyAccessStrategy()
public void testMapProperty()
public void testListProperty()
public void testReadOnlyProperty()
public void testWriteOnlyProperty()
public void testBeanThatImplementsPropertyChangePublisher()
protected void assertPropertyMetadata(org.springframework.binding.PropertyMetadataAccessStrategy mas, String property, Class type, boolean isReadable, boolean isWriteable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |