public abstract class AbstractCronExpressionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CronFactory |
cronFactory |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCronExpressionTest(CronFactory cronFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertCron(String message,
String cronExpression,
org.hamcrest.Matcher... matchers) |
protected void |
assertQuartzBug(String whyQuartzIsWrong,
String cronExpression,
org.hamcrest.Matcher<?> matcher) |
protected void |
assertRunTimes(String message,
CronFactory.CronExpressionAdapter cron,
org.joda.time.DateTime startingAfter,
org.hamcrest.Matcher... matchers) |
protected void |
assertRunTimes(String message,
String cronExpression,
org.joda.time.DateTime startingAfter,
org.hamcrest.Matcher... matchers) |
protected List<Date> |
generateNextRunTimes(CronFactory.CronExpressionAdapter adapter,
org.joda.time.DateTime startingAfter,
int maximumResults) |
protected final CronFactory cronFactory
protected AbstractCronExpressionTest(CronFactory cronFactory)
protected void assertCron(String message, String cronExpression, org.hamcrest.Matcher... matchers)
protected void assertQuartzBug(String whyQuartzIsWrong, String cronExpression, org.hamcrest.Matcher<?> matcher)
protected void assertRunTimes(String message, String cronExpression, org.joda.time.DateTime startingAfter, org.hamcrest.Matcher... matchers)
protected void assertRunTimes(String message, CronFactory.CronExpressionAdapter cron, org.joda.time.DateTime startingAfter, org.hamcrest.Matcher... matchers)
protected List<Date> generateNextRunTimes(CronFactory.CronExpressionAdapter adapter, org.joda.time.DateTime startingAfter, int maximumResults)
Copyright © 2017 Atlassian. All rights reserved.