Renamed some unit tests to match the established naming convention
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.HashMap;
|
||||
import static junit.framework.Assert.assertEquals;
|
||||
|
||||
// Tidings of Erebor
|
||||
public class Card1_011Tests
|
||||
public class Card_01_011_Tests
|
||||
{
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
@@ -15,7 +15,7 @@ import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
|
||||
public class Card1_018Tests
|
||||
public class Card_01_018_Tests
|
||||
{
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
@@ -14,7 +14,7 @@ import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
// Tidings of Erebor
|
||||
public class Card2_013Tests
|
||||
public class Card_02_013_Tests
|
||||
{
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
@@ -13,7 +13,7 @@ import static junit.framework.Assert.assertEquals;
|
||||
import static junit.framework.Assert.assertFalse;
|
||||
|
||||
// Wielder of the Flame
|
||||
public class Card2_028Tests
|
||||
public class Card_02_028_Tests
|
||||
{
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
@@ -14,7 +14,7 @@ import static junit.framework.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
// Wielder of the Flame
|
||||
public class Card18_118Tests
|
||||
public class Card_18_118_Tests
|
||||
{
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
Reference in New Issue
Block a user