Skip to content
Snippets Groups Projects
Parker, Peter G's avatar
Parker, Peter authored
Included moving a TS_ASSERT out of a destructor in a mock object, which would have been harmless.  I couldn't use noexcept(false) as a workaround because of the parent destructor.  The resulting code is much messier as I have to keep ahold of the mock object and call the assert in each of the tests... :(
148a232f
History
Name Last commit Last update
..
inc/MantidCatalog
src
test
CMakeLists.txt