Rename SuppressWarningsTest to SuppressWarningsCheckTest. #1201

This commit is contained in:
Michal Kordas 2015-06-27 17:06:40 +02:00 committed by Roman Ivanov
parent eef13e8c5e
commit 3dd97d4e85
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.junit.Test;
import static com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck.MSG_KEY_SUPPRESSED_WARNING_NOT_ALLOWED;
public class SuppressWarningsTest extends BaseCheckTestSupport {
public class SuppressWarningsCheckTest extends BaseCheckTestSupport {
/**
* Tests SuppressWarnings with default regex.
* @throws Exception