Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jmrozanec/cron-utils
/ and
Method
and
src/main/java/com/cronutils/model/field/expression/And.java:35–39 ·
view source on GitHub ↗
(final FieldExpression exp)
Source
from the content-addressed store, hash-verified
33
}
34
35
@Override
36
public
And and(
final
FieldExpression exp) {
37
expressions.add(exp);
38
return
this;
39
}
40
41
@Override
42
public
FieldExpression accept(FieldExpressionVisitor visitor) {
Callers
15
testVisitAnd
Method · 0.95
testStrictVisitAndBadExpression
Method · 0.95
testVisitAndBadExpression
Method · 0.95
visit
Method · 0.95
commaSplitResult
Method · 0.95
and
Method · 0.95
visit
Method · 0.95
testCronMapperRebootSupportedOnTarget
Method · 0.45
testCronMapperRebootNotSupportedOnTarget
Method · 0.45
setUp
Method · 0.45
testCronDefinitionExecutionTimeGenerator
Method · 0.45
Issue421Test
Class · 0.45
Calls
no outgoing calls
Tested by
15
testVisitAnd
Method · 0.76
testStrictVisitAndBadExpression
Method · 0.76
testVisitAndBadExpression
Method · 0.76
testCronMapperRebootSupportedOnTarget
Method · 0.36
testCronMapperRebootNotSupportedOnTarget
Method · 0.36
setUp
Method · 0.36
testCronDefinitionExecutionTimeGenerator
Method · 0.36
testNovember3Midnight
Method · 0.36
testNovember3Noon
Method · 0.36
testSaturdayMidnight
Method · 0.36
testNoTimezone
Method · 0.36
testPreviousMonthIsShorter
Method · 0.36