Ticket #30 (closed: fixed)
Create a framework Manager to perform the simple integration test
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 1 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This should initially contain
void initialise()
- to create all of the required services etc
Algorithm createAlgorithm (string algName)
- use the algorithm factory to create an instance of an algorithm
Algorithm createAlgorithm (string algorithm, string[] properties)
- as above but use the array of strings to set algorithm properties
Algorithm exec(string algorithm, string[] properties)
- as above but also execute the algorithm
Workspace getWorkspace (string wsName)
- returns a shared pointer to the workspace requested
All of these need to throw realistic exceptions for error cases.
Change History
Note: See
TracTickets for help on using
tickets.