|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.ujac.util.test.BeanUtilsTest
public class BeanUtilsTest
Name: BeanUtilsTest
Description: Tests for the BeanUtils class.
Nested Class Summary | |
---|---|
class |
BeanUtilsTest.TestBean
Name: TestBean Description: Test beans. |
Constructor Summary | |
---|---|
BeanUtilsTest()
|
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testBetween()
Tests the between comparison. |
void |
testCompare()
Tests the compare method. |
void |
testEquals()
Tests the equals comparison. |
void |
testEqualsCaseInsensitive()
Tests the equals comparison. |
void |
testGetProperty()
Tests the getProperty method. |
void |
testSetProperty()
Tests the setProperty method. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BeanUtilsTest()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
TestCase.setUp()
public void testEquals() throws Exception
Exception
- In case something went wrong.public void testEqualsCaseInsensitive() throws Exception
Exception
- In case something went wrong.public void testCompare() throws Exception
Exception
- In case something went wrong.public void testBetween() throws Exception
Exception
- In case something went wrong.public void testGetProperty() throws Exception
Exception
- In case something went wrong.public void testSetProperty() throws Exception
Exception
- In case something went wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |