HVFrancis / WritingImplements

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

Testing of Chalk #12

Open HVFrancis opened 7 years ago

HVFrancis commented 7 years ago

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

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