blob: 0e885e1c2ae47f9cb4fe5e3aa69c79de488de1e1 [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class MisspelledTearDownInspection extends TestCase
{
public MisspelledTearDownInspection()
{
}
public void teardown()
{
}
}