| |
|
| test.org.mandarax.lib.date.DateTestCase test.org.mandarax.lib.date.TestSimpleDate
TestSimpleDate | public class TestSimpleDate extends DateTestCase (Code) | | Test case for SimpleDates. Time zones are testet in synchronized and not synchronized mode.
author: Adrian Paschke version: 3.4 <7 March 05> since: 3.3.1 |
TestSimpleDate | public TestSimpleDate(String testName)(Code) | | Constructor.
Parameters: testName - the name of the test |
setUp | protected void setUp()(Code) | | set up fixtures
|
simpleDateTest1 | public void simpleDateTest1() throws Exception(Code) | | Test case 1: Synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
simpleDateTest2 | public void simpleDateTest2() throws Exception(Code) | | Test case 2: Not synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
simpleDateTest3 | public void simpleDateTest3() throws Exception(Code) | | Test case 3: Not synchronized with different time zones and the same absolute time
throws: an - exception (indicating that the test case has failed) |
simpleDateTest4 | public void simpleDateTest4() throws Exception(Code) | | Test case 4: Synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
simpleDateTest5 | public void simpleDateTest5() throws Exception(Code) | | Test case 5: Synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
simpleDateTest6 | public void simpleDateTest6() throws Exception(Code) | | Test case 6: Not synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
simpleDateTest7 | public void simpleDateTest7() throws Exception(Code) | | Test case 7: Not synchronized with different time zones
throws: an - exception (indicating that the test case has failed) |
|
|
|