public class

QuartzUtilTest

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.schedule.quartz.QuartzUtilTest

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
QuartzUtilTest()
Public Methods
void testGetNextFireTimeMultiTriggerEarliestFirst()
void testGetNextFireTimeMultiTriggerEarliestLast()
void testGetNextFireTimeMultiTriggerEarliestMiddleWithNulls()
void testGetNextFireTimeNoTrigger()
void testGetNextFireTimeNullFireTime()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public QuartzUtilTest ()

Public Methods

public void testGetNextFireTimeMultiTriggerEarliestFirst ()

Throws
Exception

public void testGetNextFireTimeMultiTriggerEarliestLast ()

Throws
Exception

public void testGetNextFireTimeMultiTriggerEarliestMiddleWithNulls ()

Throws
Exception

public void testGetNextFireTimeNoTrigger ()

Throws
Exception

public void testGetNextFireTimeNullFireTime ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception