mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-31 20:27:11 +01: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