@@ -211,7 +211,7 @@ public final class NewAssert extends org.junit.Assert {
public interface Action {
- void run() throws Exception;
+ void run() throws Throwable;
}