use of com.intellij.codeInspection.testOnly.TestOnlyInspection in project intellij-community by JetBrains.
the class TestOnlyInspectionTest method doTest.
private void doTest() {
TestOnlyInspection i = new TestOnlyInspection();
doTest("testOnly/" + getTestName(true), new LocalInspectionToolWrapper(i), "java 1.5");
}
Aggregations