blob: ba90cd452440ce4cbc5711d3fbf8191cbb8c3172 [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class TestCaseWithConstructorInspection2 extends TestCase
{
public TestCaseWithConstructorInspection2()
{
super();
}
}