Searched refs:mTestClass (Results 1 - 1 of 1) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/condition/
H A DConditionalRunRule.java86 private final Class<?> mTestClass; field in class:ConditionalRunRule.IgnoreConditionCreator
90 this.mTestClass = aTestClass;
110 result = conditionType.getDeclaredConstructor(mTestClass).newInstance(mTestClass);
133 return mTestClass.getClass().isAssignableFrom(conditionType.getDeclaringClass());

Completed in 6 milliseconds