Skip to content

Remade ItemRegister class and made FileHandling for ItemRegister-objects with tests

Andreas Kluge Svendsrud requested to merge FileHandlingAndreas into master

ItemRegister now take in objects that extends Items (which means that the objects can only be Income or Expense). Made FileHandling class that has a method that can write an ItemRegister to a file. And a method that can read ItemRegister that contains Income from a file, and ItemRegister that contain Expense. Also made tests for FileHandling

Merge request reports