LukeANewton/Tool-Framework-to-Measure-Test-Case-Diversity

Implementation of text based UI

Closed this issue · 2 comments

implementation of the text based UI. This module obtains user input and packages it into DTOs for use by the controller.

Consists of Console InputParser, and InvalidCommandException.

The code exists on luke/Console

The classes to test include all of InputParser and InvlalidCommandExcpetion, and everything in Console EXCEPT the printProgress() method. All the code is in the user_interface package

I will be creating tests for the console, starting with the data transfer objects