Zoltan-Balazs/jabyinja

Implement testing for parsing

Closed this issue · 2 comments

To better ensure that the Class file is parsed correctly, testing must be implemented.

  • As of the issue's opening, I have not figured out what testing library to use
  • I need reproducible cases to check validity of Class file parsing
  • Also need some sample files to parse (probably "Hello World", simple List application, etc.)

Likely candidate for unit testing library is JUnit

Testing library is a custom python script, that checks output of built-in Java command to running the program.