Class ParserTest
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.persistency.ParserTest
Tests for parser class.
- Author:
- Gideon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test to see if the parser throws error when the file is invalid.void
Test to see if the parser can parse the players inventory correctly.
-
Constructor Details
-
ParserTest
public ParserTest()
-
-
Method Details
-
parseInventory
@Test public void parseInventory()Test to see if the parser can parse the players inventory correctly. -
parseInvalidFile
@Test public void parseInvalidFile()Test to see if the parser throws error when the file is invalid.
-