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.TestCaseRuleTest
-
-
Constructor Summary
Constructors Constructor Description RuleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestClone()voidtestCloneTransitionRule()voidtestCloneTransitionRuleIsClonedToo()voidtestCompareBySorting()voidtestCompareBySortingWithMax()voidtestCompareBySortingWithMin()voidtestCompareEqual()voidtestCompareEqualMax()voidtestCompareEqualMin()voidtestCompareGreaterThan()voidtestCompareGreaterThanMin()voidtestCompareLessThan()voidtestCompareLessThanMax()voidtestConstructor()voidtestConstructorEmpty()voidtestConstructorFullRightStartDate()voidtestConstructorFullSpaces()voidtestConstructorFullTabs()voidtestConstructorOnly()voidtestConstructorWithSeconds()voidtestConstructorWithTabs()voidtestConstructorWithZoneChar()-
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()
-
-