Ticket #1012 (closed feature: moved)
Opened 2012-02-24T13:26:55-06:00
Last modified 2014-05-06T08:35:41-05:00
Better unit testing of core ImageJ2 classes
Reported by: | curtis | Owned by: | bdezonia |
---|---|---|---|
Priority: | blocker | Milestone: | imagej-2.0.0 |
Component: | Testing | Version: | |
Severity: | critical | Keywords: | |
Cc: | Blocked By: | #263, #297, #307, #324, #333, #833, #1991 | |
Blocking: |
Description
There are many classes in core ImageJ2 that are currently not unit tested, or not fully so. We need to add more unit tests for these classes, to avoid regression bugs later. Otherwise, we are writing legacy code. (As Michael Feathers defines it, "Legacy code is simply code without tests.")
Change History
comment:8 Changed 2014-05-06T08:35:41-05:00 by curtis
- Status changed from new to closed
- Resolution set to moved