Ticket #498 (closed task: fixed)
Opened 2010-06-08T10:09:40-05:00
Last modified 2011-02-02T04:45:00-06:00
Consider using either JUnit or TestNG for all tests
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | test-suite | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now, some component tests (common, bio-formats) use TestNG and some (loci-plugins, visbio) use JUnit. We should at least consider using one or the other for all tests, for consistency.
(In [6846]) Added branch for migrating the data-driven tests to JUnit; see #498.