renamed RegexUtilsTest to RegexUtilsTests

This commit is contained in:
Mark Fisher
2010-05-24 14:28:56 +00:00
parent 9540eaf508
commit a2c70f53fb

View File

@@ -20,14 +20,14 @@ import static org.junit.Assert.assertEquals;
import static org.springframework.integration.ip.util.RegexUtils.escapeRegExSpecials;
import org.junit.Test;
import org.springframework.integration.core.MessageHeaders;
/**
*
* @author Gary Russell
*
*/
public class RegexUtilsTest {
public class RegexUtilsTests {
/**
* Verify that we properly escape all special characters for matching regex
*/