rename tests

This commit is contained in:
DOHA 2016-12-22 21:08:13 +02:00
parent 0a9245cd52
commit 0467e93b9e
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import static org.junit.Assert.*;
import org.junit.Test;
public class MoneyTest {
public class MoneyUnitTest {
@Test
public void givenTwoSameValueMoneyObjects_whenEqualityTestFails_thenCorrect() {
MutableMoney m1 = new MutableMoney(10000, "USD");

View File

@ -8,7 +8,7 @@ import org.junit.Test;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
public class DefaultParserTest {
public class DefaultParserUnitTest {
final String fileName = "src/test/resources/example.xml";

View File

@ -11,7 +11,7 @@ import org.dom4j.Element;
import org.dom4j.Node;
import org.junit.Test;
public class Dom4JParserTest {
public class Dom4JParserUnitTest {
final String fileName = "src/test/resources/example.xml";

View File

@ -10,7 +10,7 @@ import java.util.List;
import org.jdom2.Element;
import org.junit.Test;
public class JDomParserTest {
public class JDomParserUnitTest {
final String fileName = "src/test/resources/example.xml";

View File

@ -9,7 +9,7 @@ import org.junit.Test;
import com.baeldung.xml.binding.Tutorials;
public class JaxbParserTest {
public class JaxbParserUnitTest {
final String fileName = "src/test/resources/example.xml";

View File

@ -8,7 +8,7 @@ import java.util.List;
import org.junit.Test;
public class JaxenDemoTest {
public class JaxenDemoUnitTest {
final String fileName = "src/test/resources/example.xml";

View File

@ -10,7 +10,7 @@ import org.junit.Test;
import com.baeldung.xml.binding.Tutorial;
public class StaxParserTest {
public class StaxParserUnitTest {
final String fileName = "src/test/resources/example.xml";