mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02:00
Removed stream name from config
This commit is contained in:
@@ -69,8 +69,6 @@ namespace Catch {
|
||||
std::string name;
|
||||
|
||||
std::vector<std::string> testsOrTags;
|
||||
|
||||
std::string stream;
|
||||
};
|
||||
|
||||
|
||||
@@ -142,8 +140,6 @@ namespace Catch {
|
||||
m_stream = stream;
|
||||
}
|
||||
|
||||
std::string getStreamName() const { return m_data.stream; }
|
||||
|
||||
std::string getReporterName() const { return m_data.reporter; }
|
||||
|
||||
void addTestSpec( std::string const& testSpec ) {
|
||||
|
Reference in New Issue
Block a user