Remove ExpectedException rules

Change-Id: I0eaebb7bce357bd22ed8f8c1313aea59370789a6
This commit is contained in:
Dave Borowitz
2019-05-02 09:14:14 -07:00
parent b85cb39003
commit 0700c0e1f8
2 changed files with 1 additions and 12 deletions

View File

@@ -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 {}