NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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: bio-formats-5.0
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.

Change History

comment:1 Changed 2010-08-25T15:55:39-05:00 by melissa

(In [6846]) Added branch for migrating the data-driven tests to JUnit; see #498.

comment:2 Changed 2010-08-26T15:38:17-05:00 by melissa

(In [6850]) Initial version of data-driven JUnit tests, see #498.

'ant -Djunit.directory=/path/to/data/ test-all' should more or less work, but the tests, logging, and Ant targets still need quite a bit of polishing.

comment:3 Changed 2010-09-01T16:14:15-05:00 by melissa

(In [6867]) Migrated data-driven writer tests to JUnit. See #498.

comment:4 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4127