TheSecretSquad / toyrobotsimulator

0 stars 0 forks source link

Add StringOutputStream #1

Closed TheSecretSquad closed 9 years ago

TheSecretSquad commented 9 years ago

write(int b) is the only abstract method of OutputStream. The other write methods are implemented in terms of it. For this reason I didn't write tests for the OutputStream's other methods. Was this the right decision?