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 d83b5ae commit 10eaab8Copy full SHA for 10eaab8
src/main/java/com/nordstrom/automation/junit/MutableTest.java
@@ -2,6 +2,7 @@
2
3
import org.junit.Ignore;
4
import org.junit.Test;
5
+import org.junit.rules.ExpectedException;
6
import org.junit.runners.model.TestTimedOutException;
7
8
import java.lang.annotation.Annotation;
@@ -42,9 +43,6 @@ public Class<? extends Annotation> annotationType() {
42
43
return MutableTest.class;
44
}
45
- /**
46
- * {@inheritDoc}
47
- */
48
@Override
49
public Class<? extends Throwable> expected() {
50
return expected;
@@ -62,9 +60,6 @@ public MutableTest setExpected(Class<? extends Throwable> expected) {
62
60
return this;
63
61
64
65
66
67
68
69
public long timeout() {
70
return timeout;
0 commit comments