HVFrancis / WritingImplements

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

Create a Unit Test for Marker.java #38

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 Marker.java class. It should test the constructors, and the mutator and accessor for tipShape. (The void methods do not need a test method.)