Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a framework Manager to perform the simple integration test #878

Closed
NickDraper opened this issue Oct 1, 2007 · 1 comment
Closed
Milestone

Comments

@NickDraper
Copy link
Contributor

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.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 30

@NickDraper NickDraper added this to the Iteration 1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant