-
- Downloads
REFORM-1148 Use Test::Error instead of std::exception wherever possible (#62)
* Move error-related code for Base/Test to TestError.(cc|hh) * Create Test::Error, a derived class of Base::Error, to store error codes/messages for Base/Test * Replace std exceptions with Test::Error wherever possible
parent
4a13fbef
No related branches found
No related tags found
Showing
- Test/CMakeLists.txt 3 additions, 0 deletionsTest/CMakeLists.txt
- Test/TestArgs.cc 17 additions, 14 deletionsTest/TestArgs.cc
- Test/TestArgs.hh 1 addition, 16 deletionsTest/TestArgs.hh
- Test/TestChecksumCompare.cc 12 additions, 31 deletionsTest/TestChecksumCompare.cc
- Test/TestError.cc 21 additions, 0 deletionsTest/TestError.cc
- Test/TestError.hh 70 additions, 0 deletionsTest/TestError.hh
- Test/TestErrorInc.hh 32 additions, 0 deletionsTest/TestErrorInc.hh
- Test/TestOutcome.cc 2 additions, 2 deletionsTest/TestOutcome.cc
- Test/TestPaths.cc 9 additions, 21 deletionsTest/TestPaths.cc
- Utils/BaseError.hh 1 addition, 1 deletionUtils/BaseError.hh
- Utils/BaseErrorInc.hh 1 addition, 1 deletionUtils/BaseErrorInc.hh
Loading
Please register or sign in to comment