HVFrancis / WritingImplements

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

Testing of Highlighter #13

Closed HVFrancis closed 3 years ago

HVFrancis commented 7 years ago

In the test class WritingImplements.java, there are no tests for the highlighter. In Section 1, create highlighters and call a methods on them.

In Section 2, add two highlighters (one defined in Section 1 and an anonymous object), to the collection. Make sure the for each loop still runs.