Test -> Tests

master
Arjen Poutsma 16 years ago
parent 2945253d20
commit 0637dbad5e
  1. 2
      org.springframework.core/src/test/java/org/springframework/util/xml/StaxEventXMLReaderTests.java
  2. 2
      org.springframework.core/src/test/java/org/springframework/util/xml/StaxSourceTests.java
  3. 2
      org.springframework.core/src/test/java/org/springframework/util/xml/StaxStreamXMLReaderTests.java

@ -27,7 +27,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource;
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>";

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

@ -30,7 +30,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource;
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>";
Loading…
Cancel
Save