Method Summary |
|
public static void | main(String[] args) Only use to debug JUnit suite. |
protected void | setUp() Sets up the fixture, for example, open a network connection. |
public static Test | suite() Returns the tests as a test suite. |
protected void | tearDown() Tears down the fixture, for example, close a network connection. |
public void | testBasicSegmentedTimeline() Tests a basic segmented timeline. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
public void | testFifteenMinExceptionSegments() Tests methods related to exceptions methods in the fifteenMinTimeline. |
public void | testFifteenMinInc() Tests the inc methods on the Fifteen minute timeline. |
public void | testFifteenMinIncludedAndExcludedSegments() Tests that the Fifteen-Min timeline's included and excluded
segments are being calculated correctly. |
public void | testFifteenMinSegment() Tests one segment of the Fifteen timeline. |
public void | testFifteenMinSegmentedTimeline() Tests that the factory method that creates a 15-min 9:00 AM 4:00 PM
segmented axis does so correctly. |
public void | testFifteenMinTranslations() |
public void | testHashCode() Two objects that are equal are required to return the same hashCode. |
public void | testMondayThoughFridayExceptionSegments() Tests methods related to exceptions methods in the mondayFridayTimeline. |
public void | testMondayThroughFridayInc() Tests the inc methods on the Monday through Friday timeline. |
public void | testMondayThroughFridayIncludedAndExcludedSegments() Tests that the Monday through Friday timeline's included and excluded
segments are being calculated correctly. |
public void | testMondayThroughFridaySegment() Tests one segment of the Monday through Friday timeline. |
public void | testMondayThroughFridaySegmentedTimeline() Tests that the factory method that creates Monday through Friday
segmented timeline does so correctly. |
public void | testMondayThroughFridayTranslations() |
public void | testMs2BaseTimelineExceptionSegments() Tests methods related to exceptions methods in the ms2BaseTimeline. |
public void | testMs2BaseTimelineTranslations() |
public void | testMs2Inc() Tests the inc methods on the msTimeline. |
public void | testMs2IncludedAndExcludedSegments() Tests that the ms2Timeline's included and excluded
segments are being calculated correctly. |
public void | testMs2Segment() Tests one segment of the ms timeline. |
public void | testMs2SegmentedTimeline() Tests that the new method that created the ms2Timeline segmented
timeline did so correctly. |
public void | testMs2Translations() |
public void | testMsExceptionSegments() Tests methods related to exceptions methods in the msTimeline. |
public void | testMsInc() Tests the inc methods on the msTimeline. |
public void | testMsIncludedAndExcludedSegments() Tests that the msTimeline's included and excluded
segments are being calculated correctly. |
public void | testMsSegment() Tests one segment of the ms timeline. |
public void | testMsSegmentedTimeline() Tests that the new method that created the msTimeline segmented
timeline did so correctly. |
public void | testMsTranslations() |
public void | testSegmentedTimelineWithException1() Tests a basic time line with one exception. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSerialization2() Serialize an instance, restore it, and check for equality. |
public void | verifyExceptionSegments(SegmentedTimeline timeline, String[] exceptionString, Format fmt) Tests methods related to adding exceptions. |
public void | verifyInc(SegmentedTimeline timeline) Tests the inc methods. |
public void | verifyIncludedAndExcludedSegments(SegmentedTimeline timeline, long n) Tests that a timeline's included and excluded segments are being
calculated correctly. |
public void | verifyOneSegment(SegmentedTimeline timeline) Tests one segment of the Monday through Friday timeline. |
public void | verifyTranslations(SegmentedTimeline timeline, long startTest) Tests translations between timelines. |