HVFrancis / WritingImplements

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

Test Pencil's erase() method #26

Closed HVFrancis closed 2 years ago

HVFrancis commented 3 years ago

In section 1 of WritingImplements.java, there should be a section of code that tests the Pencil class's erase method.

Use either an existing Pencil, or create a new one, then call the erase() method on it.