rename tests
This commit is contained in:
parent
0a9245cd52
commit
0467e93b9e
@ -4,7 +4,7 @@ import static org.junit.Assert.*;
|
|||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class MoneyTest {
|
public class MoneyUnitTest {
|
||||||
@Test
|
@Test
|
||||||
public void givenTwoSameValueMoneyObjects_whenEqualityTestFails_thenCorrect() {
|
public void givenTwoSameValueMoneyObjects_whenEqualityTestFails_thenCorrect() {
|
||||||
MutableMoney m1 = new MutableMoney(10000, "USD");
|
MutableMoney m1 = new MutableMoney(10000, "USD");
|
@ -8,7 +8,7 @@ import org.junit.Test;
|
|||||||
import org.w3c.dom.Node;
|
import org.w3c.dom.Node;
|
||||||
import org.w3c.dom.NodeList;
|
import org.w3c.dom.NodeList;
|
||||||
|
|
||||||
public class DefaultParserTest {
|
public class DefaultParserUnitTest {
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
||||||
|
|
@ -11,7 +11,7 @@ import org.dom4j.Element;
|
|||||||
import org.dom4j.Node;
|
import org.dom4j.Node;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class Dom4JParserTest {
|
public class Dom4JParserUnitTest {
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
||||||
|
|
@ -10,7 +10,7 @@ import java.util.List;
|
|||||||
import org.jdom2.Element;
|
import org.jdom2.Element;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class JDomParserTest {
|
public class JDomParserUnitTest {
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
||||||
|
|
@ -9,7 +9,7 @@ import org.junit.Test;
|
|||||||
|
|
||||||
import com.baeldung.xml.binding.Tutorials;
|
import com.baeldung.xml.binding.Tutorials;
|
||||||
|
|
||||||
public class JaxbParserTest {
|
public class JaxbParserUnitTest {
|
||||||
|
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
@ -8,7 +8,7 @@ import java.util.List;
|
|||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class JaxenDemoTest {
|
public class JaxenDemoUnitTest {
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
||||||
|
|
@ -10,7 +10,7 @@ import org.junit.Test;
|
|||||||
|
|
||||||
import com.baeldung.xml.binding.Tutorial;
|
import com.baeldung.xml.binding.Tutorial;
|
||||||
|
|
||||||
public class StaxParserTest {
|
public class StaxParserUnitTest {
|
||||||
|
|
||||||
final String fileName = "src/test/resources/example.xml";
|
final String fileName = "src/test/resources/example.xml";
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user