#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | DisabledTest |
class | FailedTest |
class | PropertyRecordingTest |
class | SuccessfulTest |
class | ValueParamTest |
Functions | |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, int value) |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, const std::string &value) |
INSTANTIATE_TEST_CASE_P (Single, ValueParamTest, Values(33, 42)) | |
int | main (int argc, char **argv) |
TEST (MixedResultTest, Succeeds) | |
TEST (MixedResultTest, Fails) | |
TEST (MixedResultTest, DISABLED_test) | |
TEST (XmlQuotingTest, OutputsCData) | |
TEST (InvalidCharactersTest, InvalidCharactersInMessage) | |
TEST (NoFixtureTest, RecordProperty) | |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordIntValuedProperty) | |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordStringValuedProperty) | |
TEST_F (SuccessfulTest, Succeeds) | |
TEST_F (FailedTest, Fails) | |
TEST_F (DisabledTest, DISABLED_test_not_run) | |
TEST_F (PropertyRecordingTest, OneProperty) | |
TEST_F (PropertyRecordingTest, IntValuedProperty) | |
TEST_F (PropertyRecordingTest, ThreeProperties) | |
TEST_F (PropertyRecordingTest, TwoValuesForOneKeyUsesLastValue) | |
TEST_P (ValueParamTest, HasValueParamAttribute) | |
TEST_P (ValueParamTest, AnotherTestThatHasValueParamAttribute) |
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
int | value | ||
) |
Definition at line 126 of file gtest_xml_output_unittest_.cc.
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
const std::string & | value | ||
) |
Definition at line 130 of file gtest_xml_output_unittest_.cc.
INSTANTIATE_TEST_CASE_P | ( | Single | , |
ValueParamTest | , | ||
Values(33, 42) | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 172 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Succeeds | |||
) |
Definition at line 72 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Fails | |||
) |
Definition at line 77 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
DISABLED_test | |||
) |
Definition at line 82 of file gtest_xml_output_unittest_.cc.
TEST | ( | XmlQuotingTest | , |
OutputsCData | |||
) |
Definition at line 86 of file gtest_xml_output_unittest_.cc.
TEST | ( | InvalidCharactersTest | , |
InvalidCharactersInMessage | |||
) |
Definition at line 93 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
RecordProperty | |||
) |
Definition at line 122 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordIntValuedProperty | |||
) |
Definition at line 135 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordStringValuedProperty | |||
) |
Definition at line 139 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | SuccessfulTest | , |
Succeeds | |||
) |
Definition at line 53 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | FailedTest | , |
Fails | |||
) |
Definition at line 61 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | DisabledTest | , |
DISABLED_test_not_run | |||
) |
Definition at line 68 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
OneProperty | |||
) |
Definition at line 103 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
IntValuedProperty | |||
) |
Definition at line 107 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
ThreeProperties | |||
) |
Definition at line 111 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
TwoValuesForOneKeyUsesLastValue | |||
) |
Definition at line 117 of file gtest_xml_output_unittest_.cc.
TEST_P | ( | ValueParamTest | , |
HasValueParamAttribute | |||
) |
Definition at line 146 of file gtest_xml_output_unittest_.cc.
TEST_P | ( | ValueParamTest | , |
AnotherTestThatHasValueParamAttribute | |||
) |
Definition at line 147 of file gtest_xml_output_unittest_.cc.