mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 03:25:40 +02:00
Switched over to new name/ tag parser
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Catch {
|
||||
Never
|
||||
}; };
|
||||
|
||||
class TestCaseFilters;
|
||||
class TestSpec;
|
||||
|
||||
struct IConfig : IShared {
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace Catch {
|
||||
virtual int abortAfter() const = 0;
|
||||
virtual bool showInvisibles() const = 0;
|
||||
virtual ShowDurations::OrNot showDurations() const = 0;
|
||||
virtual std::vector<TestCaseFilters> const& filters() const = 0;
|
||||
virtual TestSpec const& testSpec() const = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user