aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gmock_in_unittest/events.h
blob: 84c10a93de739c8f4114988419d0150b2f542203 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include <gtest/gtest.h>

class TGMockTestEventListener: public testing::EmptyTestEventListener {
public:
    void OnTestPartResult(const testing::TestPartResult& result) override;
};