Ticket #10193 (new)
Separate workspace validators into individual implementation files
Reported by: | Martyn Gigg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | Framework | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
... and add separate unit tests for the in API.
The WorkspaceValidators are all currently implemented in the same header file, API/inc/MantidAPI/WorkspaceValidators.h, with the tests all in a single unit test file in DataObjects!
We should separate them out like all other classes into single implementation headers and source files + tests in the API layer using the WorkspaceTester class in MantidTestHelpers/FakeObjects.h instead of a "real" workspace type.
Change History
Note: See
TracTickets for help on using
tickets.
Moved to R3.5 at the R3.4 code freeze