blob: 182534298c33fdff898a4b46f4438bac928992da [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class UnconstructableTestCase2 extends TestCase
{
public UnconstructableTestCase2(Object foo)
{
System.out.println("");
}
}