#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | DisabledTest |
class | FailedTest |
class | PropertyRecordingTest |
class | SkippedTest |
class | SuccessfulTest |
class | ValueParamTest |
Functions | |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, const std::string &value) |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, int value) |
INSTANTIATE_TEST_SUITE_P (Single, ValueParamTest, Values(33, 42)) | |
int | main (int argc, char **argv) |
TEST (InvalidCharactersTest, InvalidCharactersInMessage) | |
TEST (MixedResultTest, DISABLED_test) | |
TEST (MixedResultTest, Fails) | |
TEST (MixedResultTest, Succeeds) | |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordIntValuedProperty) | |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordStringValuedProperty) | |
TEST (NoFixtureTest, RecordProperty) | |
TEST (XmlQuotingTest, OutputsCData) | |
TEST_F (DisabledTest, DISABLED_test_not_run) | |
TEST_F (FailedTest, Fails) | |
TEST_F (PropertyRecordingTest, IntValuedProperty) | |
TEST_F (PropertyRecordingTest, OneProperty) | |
TEST_F (PropertyRecordingTest, ThreeProperties) | |
TEST_F (PropertyRecordingTest, TwoValuesForOneKeyUsesLastValue) | |
TEST_F (SkippedTest, Skipped) | |
TEST_F (SuccessfulTest, Succeeds) | |
TEST_P (ValueParamTest, AnotherTestThatHasValueParamAttribute) | |
TEST_P (ValueParamTest, HasValueParamAttribute) | |
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
const std::string & | value | ||
) |
Definition at line 137 of file gtest_xml_output_unittest_.cc.
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
int | value | ||
) |
Definition at line 133 of file gtest_xml_output_unittest_.cc.
INSTANTIATE_TEST_SUITE_P | ( | Single | , |
ValueParamTest | , | ||
Values(33, 42) | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 179 of file gtest_xml_output_unittest_.cc.
TEST | ( | InvalidCharactersTest | , |
InvalidCharactersInMessage | |||
) |
Definition at line 98 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
DISABLED_test | |||
) |
Definition at line 87 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Fails | |||
) |
Definition at line 82 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Succeeds | |||
) |
Definition at line 77 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordIntValuedProperty | |||
) |
Definition at line 142 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordStringValuedProperty | |||
) |
Definition at line 146 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
RecordProperty | |||
) |
Definition at line 129 of file gtest_xml_output_unittest_.cc.
TEST | ( | XmlQuotingTest | , |
OutputsCData | |||
) |
Definition at line 91 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | DisabledTest | , |
DISABLED_test_not_run | |||
) |
Definition at line 66 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | FailedTest | , |
Fails | |||
) |
Definition at line 59 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
IntValuedProperty | |||
) |
Definition at line 114 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
OneProperty | |||
) |
Definition at line 110 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
ThreeProperties | |||
) |
Definition at line 118 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
TwoValuesForOneKeyUsesLastValue | |||
) |
Definition at line 124 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | SkippedTest | , |
Skipped | |||
) |
Definition at line 73 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | SuccessfulTest | , |
Succeeds | |||
) |
Definition at line 51 of file gtest_xml_output_unittest_.cc.
TEST_P | ( | ValueParamTest | , |
AnotherTestThatHasValueParamAttribute | |||
) |
Definition at line 154 of file gtest_xml_output_unittest_.cc.
TEST_P | ( | ValueParamTest | , |
HasValueParamAttribute | |||
) |
Definition at line 153 of file gtest_xml_output_unittest_.cc.