mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 10:05:39 +02:00
@@ -27,7 +27,7 @@ namespace Catch {
|
||||
struct IContext
|
||||
{
|
||||
virtual ~IContext();
|
||||
|
||||
|
||||
virtual IResultCapture& getResultCapture() = 0;
|
||||
virtual IRunner& getRunner() = 0;
|
||||
virtual size_t getGeneratorIndex( std::string const& fileInfo, size_t totalSize ) = 0;
|
||||
|
Reference in New Issue
Block a user