Fix Test
Fix Test add `import org.junit.*;`
This commit is contained in:
1 parent
bf1542f272
commit
83712f134a
1 file changed
+1
+1
@@ -435,6 +435,7 @@ class Style {
|
||||
<description>#647 JUnitTestsShouldIncludeAssertRule should support `this.exception` as well as just `exception`</description>
|
||||
<expected-problems>1</expected-problems>
|
||||
<code><![CDATA[
|
||||
import org.junit.*;
|
||||
public class DigitalAssetManagerTest {
|
||||
@Rule
|
||||
public final ExpectedException exception = ExpectedException.none();
|
||||
|
||||
Reference in new issue
Block a user