Class ParserTest
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.persistency.ParserTest
Tests for parser class.
- Author:
 - Gideon
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidTest to see if the parser throws error when the file is invalid.voidTest 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. 
 -