|
|
@ -27,7 +27,6 @@ import org.junit.Rule; |
|
|
|
import org.junit.Test; |
|
|
|
import org.junit.Test; |
|
|
|
import org.junit.rules.TemporaryFolder; |
|
|
|
import org.junit.rules.TemporaryFolder; |
|
|
|
|
|
|
|
|
|
|
|
import static org.junit.Assert.assertEquals; |
|
|
|
|
|
|
|
import static org.junit.Assert.assertFalse; |
|
|
|
import static org.junit.Assert.assertFalse; |
|
|
|
import static org.junit.Assert.assertTrue; |
|
|
|
import static org.junit.Assert.assertTrue; |
|
|
|
|
|
|
|
|
|
|
@ -41,9 +40,6 @@ public class DefaultPluginStatusProviderTest { |
|
|
|
@Rule |
|
|
|
@Rule |
|
|
|
public TemporaryFolder testFolder = new TemporaryFolder(); |
|
|
|
public TemporaryFolder testFolder = new TemporaryFolder(); |
|
|
|
|
|
|
|
|
|
|
|
public DefaultPluginStatusProviderTest() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Before |
|
|
|
@Before |
|
|
|
public void setUp() throws IOException { |
|
|
|
public void setUp() throws IOException { |
|
|
|
File file = testFolder.newFile("disabled.txt"); |
|
|
|
File file = testFolder.newFile("disabled.txt"); |
|
|
@ -62,10 +58,6 @@ public class DefaultPluginStatusProviderTest { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@After |
|
|
|
|
|
|
|
public void tearDown() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Test of isPluginDisabled method, of class DefaultPluginStatusProvider. |
|
|
|
* Test of isPluginDisabled method, of class DefaultPluginStatusProvider. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|