proxygen
gtest_xml_outfile1_test_.cc File Reference
#include "gtest/gtest.h"

Go to the source code of this file.

Classes

class  PropertyOne
 

Functions

 TEST_F (PropertyOne, TestSomeProperties)
 

Function Documentation

TEST_F ( PropertyOne  ,
TestSomeProperties   
)

Definition at line 47 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

47  {
48  RecordProperty("TestSomeProperty", 1);
49 }