Added processConfig() method

This commit is contained in:
Phil Nash
2013-06-04 22:49:14 +01:00
parent 2ed56c47a6
commit 1b47e11387
2 changed files with 24 additions and 8 deletions

View File

@@ -156,6 +156,8 @@ namespace Catch {
std::vector<TestCaseFilters> const& filters() const {
return m_filterSets;
}
bool showHelp() const { return m_data.showHelp; }
// IConfig interface
virtual bool allowThrows() const { return !m_data.noThrow; }