We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10458b5 commit a49aaa4Copy full SHA for a49aaa4
test/org/opensolaris/opengrok/condition/RunningRepeatableConditionTest.java
@@ -56,15 +56,15 @@ public void testSkippedTest() throws NoSuchMethodException {
56
Assert.assertTrue("This test must be skipped", false);
57
}
58
59
- public static class TrueRunCondition implements RunCondition {
+ protected static class TrueRunCondition implements RunCondition {
60
61
@Override
62
public boolean isSatisfied() {
63
return true;
64
65
66
67
- public static class FalseRunCondition implements RunCondition {
+ protected static class FalseRunCondition implements RunCondition {
68
69
70
0 commit comments