Remove ExpectedException rules
Change-Id: I0eaebb7bce357bd22ed8f8c1313aea59370789a6
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
package com.google.gerrit.testing;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.rules.ExpectedException;
|
||||
|
||||
@Ignore
|
||||
public abstract class GerritBaseTests {
|
||||
@Deprecated // Use GerritJUnit#assertThrows
|
||||
@Rule
|
||||
public ExpectedException exception = ExpectedException.none();
|
||||
}
|
||||
public abstract class GerritBaseTests {}
|
||||
|
||||
Reference in New Issue
Block a user