Skip to content

Instantly share code, notes, and snippets.

View JohnStratoudakis's full-sized avatar
☝️

John Stratoudakis JohnStratoudakis

☝️
View GitHub Profile
@elliotchance
elliotchance / main.cpp
Last active November 2, 2021 06:20
Easily customise how verbose googletest is with unit test results.
#include "gtest/gtest.h"
using namespace testing;
class ConfigurableEventListener : public TestEventListener
{
protected:
TestEventListener* eventListener;