Opened 14 years ago

Closed 14 years ago

#1452 closed enhancement (fixed)

Refactor analysis test cases

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.15
Component: test Version:
Keywords: Cc:

Description

It is currently a bit cumbersome to create test cases for analysis plug-ins because each test case must setup it's own experiment and import data to it and then remove everything after the test. It would be useful to have a utility class that sets up an experiment with some data, then all sorts of analysis tests can be done on that experiment. The experiment and data should not be removed until after all tests are completed.

Change History (5)

comment:1 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

(In [5228]) References #1452: Refactor analysis test cases

Added TestAnalysisUtil that is supposed to setup a generic experiment and some other info. Changed tests for the following to use it:

  • Base1PluginExecuter
  • Basic tests for the core api
  • Intensity calculator plug-in
  • Lowess normalization
  • Median ratio normalization
  • Web services

The BioAssaySetExporter tests have not yet been updated. It should be split into TestBaseFileExporterImporter and TestBfsExporterImporter tests.

comment:3 by Nicklas Nordborg, 14 years ago

(In [5230]) References #1452: Refactor analysis test cases

Fixed the BASEfile exporter tests. As it turned out there is no test for the importer, so I'll add a new ticket to create test for the importer.

comment:4 by Nicklas Nordborg, 14 years ago

(In [5231]) References #1452: Refactor analysis test cases

Removed unused code from TestBaseFileExporterImporter.

comment:5 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5233]) Fixes #1452: Refactor analysis test cases References #1451: Implement BFS importer for spot data

The BFS exporter/importer test case is now moved to a separate class.

Note: See TracTickets for help on using tickets.