Skip to content

Commit a49aaa4

Browse files
author
Krystof Tulinger
committed
hiding artifitial run conditions in the package
1 parent 10458b5 commit a49aaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/org/opensolaris/opengrok/condition/RunningRepeatableConditionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public void testSkippedTest() throws NoSuchMethodException {
5656
Assert.assertTrue("This test must be skipped", false);
5757
}
5858

59-
public static class TrueRunCondition implements RunCondition {
59+
protected static class TrueRunCondition implements RunCondition {
6060

6161
@Override
6262
public boolean isSatisfied() {
6363
return true;
6464
}
6565
}
6666

67-
public static class FalseRunCondition implements RunCondition {
67+
protected static class FalseRunCondition implements RunCondition {
6868

6969
@Override
7070
public boolean isSatisfied() {

0 commit comments

Comments
 (0)