Package com.ilib.tools.zic.test
Class OffsetTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.ilib.tools.zic.test.OffsetTest
-
- All Implemented Interfaces:
junit.framework.Test
public class OffsetTest extends junit.framework.TestCase
OffsetTest
-
-
Constructor Summary
Constructors Constructor Description OffsetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCompareBySorting()
void
testCompareBySortingWithEmptyEndDate()
void
testCompareBySortingWithNull()
void
testCompareEqual()
void
testCompareEqualWithNull()
void
testCompareGreaterThan()
void
testCompareGreaterThanWithNull()
void
testCompareLessThan()
void
testCompareLessThanWithNull()
void
testConstructor()
void
testSetFieldsEndDateOptional()
void
testSetFieldsTestEndDateYearMonth()
void
testSetFieldsTestEndDateYearMonthDay()
void
testSetFieldsTestEndDateYearMonthDayTime()
void
testSetFieldsTestEndDateYearOnly()
void
testSetFieldsTestRegularFields()
void
testSetFieldsTestRules()
void
testSetFieldsTestRulesNone()
-
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
-
-
-
-
Method Detail
-
testConstructor
public void testConstructor()
-
testSetFieldsTestRegularFields
public void testSetFieldsTestRegularFields()
-
testSetFieldsEndDateOptional
public void testSetFieldsEndDateOptional()
-
testSetFieldsTestEndDateYearOnly
public void testSetFieldsTestEndDateYearOnly()
-
testSetFieldsTestEndDateYearMonth
public void testSetFieldsTestEndDateYearMonth()
-
testSetFieldsTestEndDateYearMonthDay
public void testSetFieldsTestEndDateYearMonthDay()
-
testSetFieldsTestEndDateYearMonthDayTime
public void testSetFieldsTestEndDateYearMonthDayTime()
-
testSetFieldsTestRules
public void testSetFieldsTestRules()
-
testSetFieldsTestRulesNone
public void testSetFieldsTestRulesNone()
-
testCompareLessThan
public void testCompareLessThan()
-
testCompareGreaterThan
public void testCompareGreaterThan()
-
testCompareEqual
public void testCompareEqual()
-
testCompareLessThanWithNull
public void testCompareLessThanWithNull()
-
testCompareGreaterThanWithNull
public void testCompareGreaterThanWithNull()
-
testCompareEqualWithNull
public void testCompareEqualWithNull()
-
testCompareBySorting
public void testCompareBySorting()
-
testCompareBySortingWithNull
public void testCompareBySortingWithNull()
-
testCompareBySortingWithEmptyEndDate
public void testCompareBySortingWithEmptyEndDate()
-
-