|
Java Date Picker v2.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.standbysoft.datepicker.DefaultMonthModelTest
Constructor Summary | |
DefaultMonthModelTest()
|
Method Summary | |
void |
testAllowedInterval()
|
void |
testDefaultDateModel()
This test is to make sure that all the constructors initialize correctly. |
void |
testDowFirst()
This test checks if the first day of week is always set correctly. |
void |
testDowNames()
Test the names of the days of the week. |
void |
testDows()
Test that the days of week keep the proper order. |
void |
testRollMonth()
|
void |
testRollYear()
|
void |
testSetDowFirst()
Whatever happens when the first day of week should be tested here. |
void |
testSetDowFormat()
Tests whatever happens when the format used to display the names of the week changes. |
void |
testSetMonthFormat()
Check that the names of the months are correct. |
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, runBare, 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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultMonthModelTest()
Method Detail |
public void testDefaultDateModel()
public void testSetDowFirst()
public void testSetDowFormat()
public void testSetMonthFormat()
public void testDowFirst()
public void testDowNames()
public void testDows()
public void testAllowedInterval()
public void testRollMonth()
public void testRollYear()
|
Java Date Picker v2.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |