* User: Andrey.Vokin
* Date: 10/20/12
*/
public class UnusedJavaMethodInspectionTest extends CucumberJavaBaseInspectionTest {
protected void doTest(final String file) {
myFixture.enableInspections(new UnusedDeclarationInspectionBase(true));
myFixture.configureByFile(file);
myFixture.testHighlighting(true, false, true);
}