#include "gtest/internal/gtest-port.h"
#include <stdio.h>
#include <list>
#include <utility>
#include <vector>
#include "gtest/gtest.h"
#include "gtest/gtest-spi.h"
#include "src/gtest-internal-inl.h"
Go to the source code of this file.
Classes | |
class | testing::internal::Base |
class | testing::internal::Castable |
class | testing::internal::ConstAndNonConstCastable |
class | testing::internal::ConstCastable |
class | testing::internal::Derived |
class | testing::internal::NoDefaultContructor |
class | testing::internal::To |
Namespaces | |
namespace | testing |
namespace | testing::internal |
Defines | |
#define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
testing::internal::TEST (IsXDigitTest, WorksForNarrowAscii) | |
testing::internal::TEST (IsXDigitTest, ReturnsFalseForNarrowNonAscii) | |
testing::internal::TEST (IsXDigitTest, WorksForWideAscii) | |
testing::internal::TEST (IsXDigitTest, ReturnsFalseForWideNonAscii) | |
testing::internal::TEST (ImplicitCastTest, ConvertsPointers) | |
testing::internal::TEST (ImplicitCastTest, CanUseInheritance) | |
testing::internal::TEST (ImplicitCastTest, CanUseNonConstCastOperator) | |
testing::internal::TEST (ImplicitCastTest, CanUseConstCastOperatorOnConstValues) | |
testing::internal::TEST (ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) | |
testing::internal::TEST (ImplicitCastTest, CanUseImplicitConstructor) | |
testing::internal::TEST (IteratorTraitsTest, WorksForSTLContainerIterators) | |
testing::internal::TEST (IteratorTraitsTest, WorksForPointerToNonConst) | |
testing::internal::TEST (IteratorTraitsTest, WorksForPointerToConst) | |
testing::internal::TEST (ScopedPtrTest, DefinesElementType) | |
testing::internal::TEST (GtestCheckSyntaxTest, BehavesLikeASingleStatement) | |
testing::internal::TEST (GtestCheckSyntaxTest, WorksWithSwitch) | |
testing::internal::TEST (FormatFileLocationTest, FormatsFileLocation) | |
testing::internal::TEST (FormatFileLocationTest, FormatsUnknownFile) | |
testing::internal::TEST (FormatFileLocationTest, FormatsUknownLine) | |
testing::internal::TEST (FormatFileLocationTest, FormatsUknownFileAndLine) | |
testing::internal::TEST (FormatCompilerIndependentFileLocationTest, FormatsFileLocation) | |
testing::internal::TEST (FormatCompilerIndependentFileLocationTest, FormatsUknownFile) | |
testing::internal::TEST (FormatCompilerIndependentFileLocationTest, FormatsUknownLine) | |
testing::internal::TEST (FormatCompilerIndependentFileLocationTest, FormatsUknownFileAndLine) | |
testing::internal::TEST (GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) | |
testing::internal::TEST (GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) | |
testing::internal::TEST (RegexEngineSelectionTest, SelectsCorrectRegexEngine) | |
testing::internal::TEST (CaptureTest, CapturesStdout) | |
testing::internal::TEST (CaptureTest, CapturesStderr) | |
testing::internal::TEST (CaptureTest, CapturesStdoutAndStderr) | |
testing::internal::TEST (CaptureDeathTest, CannotReenterStdoutCapture) | |
testing::internal::TEST (ThreadLocalTest, DefaultConstructorInitializesToDefaultValues) | |
testing::internal::TEST (ThreadLocalTest, SingleParamConstructorInitializesToParam) | |
testing::internal::TEST (ThreadLocalTest, ValueDefaultContructorIsNotRequiredForParamVersion) | |
testing::internal::TEST (ThreadLocalTest, GetAndPointerReturnSameValue) | |
testing::internal::TEST (ThreadLocalTest, PointerAndConstPointerReturnSameValue) |
#define GTEST_IMPLEMENTATION_ 1 |
Definition at line 54 of file gtest-port_test.cc.