Skip to content

Commit

Permalink
TestFixture: made some methods private
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Dec 1, 2023
1 parent 6a892b7 commit d967388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,12 @@ class TestFixture : public ErrorLogger {
std::ostringstream errout;
std::ostringstream output;

public:
private:
void reportOut(const std::string &outmsg, Color c = Color::Reset) override;
void reportErr(const ErrorMessage &msg) override;
void run(const std::string &str);

public:
static void printHelp();
const std::string classname;

Expand Down

0 comments on commit d967388

Please sign in to comment.