Class ParserTest

java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.persistency.ParserTest

public class ParserTest extends Object
Tests for parser class.
Author:
Gideon
  • 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.