- 3.0.1 core module.
|
#include "gtest/gtest.h"
Classes | |
class | SuccessfulTest |
class | FailedTest |
class | DisabledTest |
class | SkippedTest |
class | PropertyRecordingTest |
class | ValueParamTest |
Functions | |
TEST_F (SuccessfulTest, Succeeds) | |
TEST_F (FailedTest, Fails) | |
TEST_F (DisabledTest, DISABLED_test_not_run) | |
TEST_F (SkippedTest, Skipped) | |
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_SUITE_P (Single, ValueParamTest, Values(33, 42)) | |
int | main (int argc, char **argv) |
TEST_F | ( | SuccessfulTest | , |
Succeeds | |||
) |
TEST_F | ( | FailedTest | , |
Fails | |||
) |
References ASSERT_EQ.
TEST_F | ( | DisabledTest | , |
DISABLED_test_not_run | |||
) |
References FAIL.
TEST_F | ( | SkippedTest | , |
Skipped | |||
) |
References GTEST_SKIP.
TEST | ( | MixedResultTest | , |
DISABLED_test | |||
) |
References FAIL.
TEST | ( | XmlQuotingTest | , |
OutputsCData | |||
) |
References FAIL.
TEST | ( | InvalidCharactersTest | , |
InvalidCharactersInMessage | |||
) |
References FAIL.
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 | ||
) |
References testing::Test::RecordProperty().
Referenced by TEST().
void ExternalUtilityThatCallsRecordProperty | ( | const std::string & | key, |
const std::string & | value | ||
) |
References testing::Test::RecordProperty().
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordIntValuedProperty | |||
) |
References ExternalUtilityThatCallsRecordProperty().
TEST | ( | NoFixtureTest | , |
ExternalUtilityThatCallsRecordStringValuedProperty | |||
) |
References ExternalUtilityThatCallsRecordProperty().
TEST_P | ( | ValueParamTest | , |
HasValueParamAttribute | |||
) |
TEST_P | ( | ValueParamTest | , |
AnotherTestThatHasValueParamAttribute | |||
) |
INSTANTIATE_TEST_SUITE_P | ( | Single | , |
ValueParamTest | , | ||
Values(33, 42) | |||
) |
Referenced by TEST_P().
int main | ( | int | argc, |
char ** | argv | ||
) |
References testing::InitGoogleTest(), testing::Test::RecordProperty(), and RUN_ALL_TESTS().