Renamed some unit tests to match the established naming convention

This commit is contained in:
Christian 'ketura' McCarty
2022-07-27 20:50:16 -05:00
parent a171ea28e2
commit 455b19786a
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ import java.util.HashMap;
import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertEquals;
// Tidings of Erebor // Tidings of Erebor
public class Card1_011Tests public class Card_01_011_Tests
{ {
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException { protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
return new GenericCardTestHelper( return new GenericCardTestHelper(

View File

@@ -15,7 +15,7 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
public class Card1_018Tests public class Card_01_018_Tests
{ {
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException { protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
return new GenericCardTestHelper( return new GenericCardTestHelper(

View File

@@ -14,7 +14,7 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
// Tidings of Erebor // Tidings of Erebor
public class Card2_013Tests public class Card_02_013_Tests
{ {
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException { protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
return new GenericCardTestHelper( return new GenericCardTestHelper(

View File

@@ -13,7 +13,7 @@ import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertFalse;
// Wielder of the Flame // Wielder of the Flame
public class Card2_028Tests public class Card_02_028_Tests
{ {
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException { protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
return new GenericCardTestHelper( return new GenericCardTestHelper(

View File

@@ -14,7 +14,7 @@ import static junit.framework.Assert.assertFalse;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
// Wielder of the Flame // Wielder of the Flame
public class Card18_118Tests public class Card_18_118_Tests
{ {
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException { protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
return new GenericCardTestHelper( return new GenericCardTestHelper(