blob: f56941246a6c1c2c182488d4439f0676a50a5853 [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class StaticSuiteInspection extends TestCase
{
public StaticSuiteInspection()
{
}
public void suite()
{
}
}