Wire Sysio Wire Sysion 1.0.0
|
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | SuccessfulTest |
class | FailedTest |
class | DisabledTest |
class | PropertyRecordingTest |
class | ValueParamTest |
Functions | |
TEST_F (SuccessfulTest, Succeeds) | |
TEST_F (FailedTest, Fails) | |
TEST_F (DisabledTest, DISABLED_test_not_run) | |
TEST (MixedResultTest, Succeeds) | |
TEST (MixedResultTest, Fails) | |
TEST (MixedResultTest, DISABLED_test) | |
TEST (XmlQuotingTest, OutputsCData) | |
TEST (InvalidCharactersTest, InvalidCharactersInMessage) | |
TEST_F (PropertyRecordingTest, OneProperty) | |
TEST_F (PropertyRecordingTest, IntValuedProperty) | |
TEST_F (PropertyRecordingTest, ThreeProperties) | |
TEST_F (PropertyRecordingTest, TwoValuesForOneKeyUsesLastValue) | |
TEST (NoFixtureTest, RecordProperty) | |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, int value) |
void | ExternalUtilityThatCallsRecordProperty (const std::string &key, const std::string &value) |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordIntValuedProperty) | |
TEST (NoFixtureTest, ExternalUtilityThatCallsRecordStringValuedProperty) | |
TEST_P (ValueParamTest, HasValueParamAttribute) | |
TEST_P (ValueParamTest, AnotherTestThatHasValueParamAttribute) | |
INSTANTIATE_TEST_CASE_P (Single, ValueParamTest, Values(33, 42)) | |
int | main (int argc, char **argv) |
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
const std::string & | value ) |
Definition at line 128 of file gtest_xml_output_unittest_.cc.
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
int | value ) |
Definition at line 124 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 170 of file gtest_xml_output_unittest_.cc.
TEST | ( | InvalidCharactersTest | , |
InvalidCharactersInMessage | ) |
Definition at line 91 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
DISABLED_test | ) |
Definition at line 80 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Fails | ) |
Definition at line 75 of file gtest_xml_output_unittest_.cc.
TEST | ( | MixedResultTest | , |
Succeeds | ) |
Definition at line 70 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordIntValuedProperty | ) |
Definition at line 133 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordStringValuedProperty | ) |
Definition at line 137 of file gtest_xml_output_unittest_.cc.
TEST | ( | NoFixtureTest | , |
RecordProperty | ) |
Definition at line 120 of file gtest_xml_output_unittest_.cc.
TEST | ( | XmlQuotingTest | , |
OutputsCData | ) |
Definition at line 84 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 105 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
OneProperty | ) |
Definition at line 101 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
ThreeProperties | ) |
Definition at line 109 of file gtest_xml_output_unittest_.cc.
TEST_F | ( | PropertyRecordingTest | , |
TwoValuesForOneKeyUsesLastValue | ) |
Definition at line 115 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 145 of file gtest_xml_output_unittest_.cc.
TEST_P | ( | ValueParamTest | , |
HasValueParamAttribute | ) |
Definition at line 144 of file gtest_xml_output_unittest_.cc.