Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
gtest_premature_exit_test.cc File Reference
#include <stdio.h>
#include "gtest/gtest.h"
Include dependency graph for gtest_premature_exit_test.cc:

Go to the source code of this file.

Typedefs

typedef struct stat StatStruct
 

Functions

int main (int argc, char **argv)
 
GTEST_API_ void InitGoogleTest (int *argc, char **argv)
 
const char * GetEnv (const char *name)
 
int Stat (const char *path, StatStruct *buf)
 

Typedef Documentation

◆ StatStruct

Definition at line 2021 of file gtest-port.h.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 109 of file gtest_premature_exit_test.cc.

◆ InitGoogleTest()

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

Definition at line 6527 of file gtest.cc.

◆ GetEnv()

const char * testing::internal::posix::GetEnv ( const char * name)
inline

Definition at line 2085 of file gtest-port.h.

◆ Stat()

int testing::internal::posix::Stat ( const char * path,
StatStruct * buf )
inline

Definition at line 2025 of file gtest-port.h.