Skip to content

Commit eda7c12

Browse files
matthewhillierReidWeb
authored andcommitted
Moved PlayerBuilder unit test to a Integration Test as it relieson the website.
1 parent 3e2b065 commit eda7c12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/com/ffxivcensus/gatherer/GathererControllerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* @see com.ffxivcensus.gatherer.player.PlayerBuilder
4949
* @see com.ffxivcensus.gatherer.Gatherer
5050
* @see com.ffxivcensus.gatherer.GathererController
51-
* @see com.ffxivcensus.gatherer.player.PlayerBuilderTest
51+
* @see com.ffxivcensus.gatherer.player.PlayerBuilderIT
5252
* @since v1.0
5353
*/
5454
@RunWith(MockitoJUnitRunner.class)

src/test/java/com/ffxivcensus/gatherer/player/PlayerBuilderTest.java renamed to src/test/java/com/ffxivcensus/gatherer/player/PlayerBuilderIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* JUnit test class to test the methods of the Player class.
1515
*
1616
* @author Peter Reid
17-
* @see com.ffxivcensus.gatherer.player.PlayerBuilderTest
17+
* @see com.ffxivcensus.gatherer.player.PlayerBuilderIT
1818
* @since v1.0
1919
*/
20-
public class PlayerBuilderTest {
20+
public class PlayerBuilderIT {
2121

2222
/**
2323
* Perform a test of the getPlayer method, using character #2356533 (Aelia Sokoto, Cerberus) as the test character.

0 commit comments

Comments
 (0)