Package com.ilib.tools.zic.test
Class RuleTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.ilib.tools.zic.test.RuleTest
-
- All Implemented Interfaces:
junit.framework.Test
public class RuleTest extends junit.framework.TestCase
RuleTest
-
-
Constructor Summary
Constructors Constructor Description RuleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testClone()
void
testCloneTransitionRule()
void
testCloneTransitionRuleIsClonedToo()
void
testCompareBySorting()
void
testCompareBySortingWithMax()
void
testCompareBySortingWithMin()
void
testCompareEqual()
void
testCompareEqualMax()
void
testCompareEqualMin()
void
testCompareGreaterThan()
void
testCompareGreaterThanMin()
void
testCompareLessThan()
void
testCompareLessThanMax()
void
testConstructor()
void
testConstructorEmpty()
void
testConstructorFullRightStartDate()
void
testConstructorFullSpaces()
void
testConstructorFullTabs()
void
testConstructorOnly()
void
testConstructorWithSeconds()
void
testConstructorWithTabs()
void
testConstructorWithZoneChar()
-
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()
-
testConstructorEmpty
public void testConstructorEmpty()
-
testConstructorFullSpaces
public void testConstructorFullSpaces()
-
testConstructorFullRightStartDate
public void testConstructorFullRightStartDate()
-
testConstructorFullTabs
public void testConstructorFullTabs()
-
testConstructorOnly
public void testConstructorOnly()
-
testConstructorWithTabs
public void testConstructorWithTabs()
-
testConstructorWithSeconds
public void testConstructorWithSeconds()
-
testConstructorWithZoneChar
public void testConstructorWithZoneChar()
-
testCompareLessThan
public void testCompareLessThan()
-
testCompareGreaterThan
public void testCompareGreaterThan()
-
testCompareEqual
public void testCompareEqual()
-
testCompareLessThanMax
public void testCompareLessThanMax()
-
testCompareGreaterThanMin
public void testCompareGreaterThanMin()
-
testCompareEqualMax
public void testCompareEqualMax()
-
testCompareEqualMin
public void testCompareEqualMin()
-
testCompareBySorting
public void testCompareBySorting()
-
testCompareBySortingWithMax
public void testCompareBySortingWithMax()
-
testCompareBySortingWithMin
public void testCompareBySortingWithMin()
-
testClone
public void testClone()
-
testCloneTransitionRule
public void testCloneTransitionRule()
-
testCloneTransitionRuleIsClonedToo
public void testCloneTransitionRuleIsClonedToo()
-
-