|
||||||||||
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.richclient.form.builder.AbstractFormBuilderTestCase
public abstract class AbstractFormBuilderTestCase
Skeleton Testcase for AbstractFormBuilder
.
Field Summary |
---|
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase |
---|
applicationServices, logger |
Constructor Summary | |
---|---|
AbstractFormBuilderTestCase()
|
Method Summary | |
---|---|
protected void |
additionalSetUp()
|
protected abstract org.springframework.richclient.form.builder.AbstractFormBuilder |
createFormBuilder(org.springframework.richclient.form.binding.BindingFactory bindingFactory)
|
protected void |
doSetUp()
Should be implemented in subclasses as an alternative to the final method SpringRichTestCase.setUp() |
void |
testCreateLabel()
|
void |
testCreateLabelWithNullInterceptor()
|
void |
testCreateTextArea()
|
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 |
Constructor Detail |
---|
public AbstractFormBuilderTestCase()
Method Detail |
---|
public void testCreateTextArea()
public void testCreateLabelWithNullInterceptor()
public void testCreateLabel()
protected final void doSetUp() throws Exception
SpringRichTestCase
SpringRichTestCase.setUp()
doSetUp
in class SpringRichTestCase
Exception
protected abstract org.springframework.richclient.form.builder.AbstractFormBuilder createFormBuilder(org.springframework.richclient.form.binding.BindingFactory bindingFactory)
protected void additionalSetUp() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |