Home
last modified time | relevance | path

Searched refs:getIgnoreConditionOnMethod (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/condition/
H A DConditionalRunRule.java53 RunCondition condition = getIgnoreConditionOnMethod(aDescription); in apply()
91 private static RunCondition getIgnoreConditionOnMethod(Description aDescription) { in getIgnoreConditionOnMethod() method in ConditionalRunRule