Test -> Tests

This commit is contained in:
Arjen Poutsma 2009-01-07 11:20:08 +00:00
parent 2945253d20
commit 0637dbad5e
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource; import org.xml.sax.InputSource;
import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.AttributesImpl;
public class StaxEventXMLReaderTest extends AbstractStaxXMLReaderTestCase { public class StaxEventXMLReaderTests extends AbstractStaxXMLReaderTestCase {
public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>"; public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>";

View File

@ -29,7 +29,7 @@ import static org.custommonkey.xmlunit.XMLAssert.*;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
public class StaxSourceTest { public class StaxSourceTests {
private static final String XML = "<root xmlns='namespace'><child/></root>"; private static final String XML = "<root xmlns='namespace'><child/></root>";

View File

@ -30,7 +30,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource; import org.xml.sax.InputSource;
import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.AttributesImpl;
public class StaxStreamXMLReaderTest extends AbstractStaxXMLReaderTestCase { public class StaxStreamXMLReaderTests extends AbstractStaxXMLReaderTestCase {
public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>"; public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>";