#include "gtest/gtest.h"
#include <string.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | testing::internal::FinalSuccessChecker |
struct | testing::internal::LessByName< T > |
class | testing::internal::UnitTestHelper |
Namespaces | |
namespace | testing |
namespace | testing::internal |
Functions | |
AssertionResult | testing::internal::IsNull (const char *str) |
int | main (int argc, char **argv) |
testing::internal::TEST (ApiTest, UnitTestImmutableAccessorsWork) | |
testing::internal::TEST (ApiTest, TestCaseImmutableAccessorsWork) | |
testing::internal::TEST (ApiTest, TestCaseDisabledAccessorsWork) | |
testing::internal::TEST (ApiTest, DISABLED_Dummy1) | |
testing::internal::TEST (DISABLED_Test, Dummy2) | |
Variables | |
const int | testing::internal::kTypedTestCases = 0 |
const int | testing::internal::kTypedTests = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 335 of file gmock/gtest/test/gtest-unittest-api_test.cc.