Fix unit test
This commit is contained in:
@ -44,7 +44,7 @@ public class RuleTstTest {
|
|||||||
verify(rule).getMinimumLanguageVersion();
|
verify(rule).getMinimumLanguageVersion();
|
||||||
verify(rule).getMaximumLanguageVersion();
|
verify(rule).getMaximumLanguageVersion();
|
||||||
verify(rule).apply(anyList(), any(RuleContext.class));
|
verify(rule).apply(anyList(), any(RuleContext.class));
|
||||||
verify(rule, times(2)).getName();
|
verify(rule, times(4)).getName();
|
||||||
verify(rule).getPropertiesByPropertyDescriptor();
|
verify(rule).getPropertiesByPropertyDescriptor();
|
||||||
verifyNoMoreInteractions(rule);
|
verifyNoMoreInteractions(rule);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user