mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[jvm] Split JUnit usage provider per framework
Will allow for disabling them individually. #IDEA-346510 Fixed GitOrigin-RevId: 7b879111b92f38a7a55166d67d657520c6d9314d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7da501ece2
commit
f896419d92
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems/>
|
||||
@@ -1,11 +0,0 @@
|
||||
public class MyEasyMockTest {
|
||||
@org.easymock.Mock
|
||||
private String myFoo;
|
||||
|
||||
{
|
||||
System.out.println(myFoo);
|
||||
}
|
||||
|
||||
@org.junit.Test
|
||||
public void testName() throws Exception {}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems/>
|
||||
@@ -1,11 +0,0 @@
|
||||
public class MyMockitoTest {
|
||||
@org.mockito.Mock
|
||||
private String myFoo;
|
||||
|
||||
{
|
||||
System.out.println(myFoo);
|
||||
}
|
||||
|
||||
@org.junit.Test
|
||||
public void testName() throws Exception {}
|
||||
}
|
||||
Reference in New Issue
Block a user