stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Exception tests should check for actual exception string #9

Closed stleary closed 9 years ago

stleary commented 9 years ago

Sigh. Do this for every single exception. This will be part of the "checked against previous unit tests" phase.

stleary commented 9 years ago

Done!