|
||||||||||
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.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase
public class PropertyEditorsUnitTestCase
Unit tests for the custom JBoss property editors
PropertyEditors
Constructor Summary | |
---|---|
PropertyEditorsUnitTestCase(String name)
|
Method Summary | |
---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testDateEditor()
|
void |
testDocumentElementEditors()
Tests the DOM Document and Element editors. |
void |
testEditorSearchPath()
|
void |
testJavaLangEditors()
The mechanism for mapping java.lang.* variants of the primative types misses editors for java.lang.Boolean and java.lang.Integer. |
void |
testJBossEditors()
Test custom JBoss property editors. |
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 PropertyEditorsUnitTestCase(String name)
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testEditorSearchPath() throws Exception
Exception
public void testJavaLangEditors() throws Exception
Exception
public void testJBossEditors() throws Exception
Exception
public void testDateEditor() throws Exception
Exception
public void testDocumentElementEditors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |