HVFrancis / WritingImplements

A simple Java project to model things to write with.
0 stars 25 forks source link

Create a Unit Test class for WritingImplement.java #35

Open HVFrancis opened 2 years ago

HVFrancis commented 2 years ago

This whole project needs the addition of Unit Tests. These test classes should be placed in the same folder as the source code. (I know this is not SOP, but most of us probably use tools like BlueJ which puts things in the same folder.)

Create a JUnitTest class which tests the WritingImplement.java class. It should test the constructor, and the mutators and accessors (each mut/acc pair can be tested in a single method)