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

Go to the source code of this file.

Classes

class  PropertyTwo
 

Functions

 TEST_F (PropertyTwo, TestSomeProperties)
 

Function Documentation

TEST_F ( PropertyTwo  ,
TestSomeProperties   
)

Definition at line 47 of file gtest_xml_outfile2_test_.cc.

References testing::Test::RecordProperty().

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