Monero
Loading...
Searching...
No Matches
gtest-listener_test.cc File Reference
#include "gtest/gtest.h"
#include <vector>
Include dependency graph for gtest-listener_test.cc:

Classes

class  testing::internal::EventRecordingListener
class  testing::internal::EnvironmentInvocationCatcher
class  testing::internal::ListenerTest
class  Environment
class  TestEventListener
class  EnvironmentInvocationCatcher
class  EventRecordingListener

Namespaces

namespace  testing
namespace  testing::internal

Functions

 testing::internal::TEST_F (ListenerTest, DoesFoo)
 testing::internal::TEST_F (ListenerTest, DoesBar)
void VerifyResults (const std::vector< std::string > &data, const char *const *expected_data, size_t expected_data_size)
int main (int argc, char **argv)
EnvironmentAddGlobalTestEnvironment (Environment *env)
GTEST_API_ void InitGoogleTest (int *argc, char **argv)

Variables

std::vector< std::string > * g_events = NULL

Function Documentation

◆ AddGlobalTestEnvironment()

◆ InitGoogleTest()

void testing::InitGoogleTest ( int * argc,
char ** argv )

◆ main()

int main ( int argc,
char ** argv )

◆ VerifyResults()

void VerifyResults ( const std::vector< std::string > & data,
const char *const * expected_data,
size_t expected_data_size )

Variable Documentation

◆ g_events

std::vector<std::string>* g_events = NULL