- 3.0.1 core module.
googletest-port-test.cc File Reference
#include <stdio.h>
#include "gtest/internal/gtest-port.h"
#include <list>
#include <memory>
#include <utility>
#include <vector>
#include "gtest/gtest.h"
#include "gtest/gtest-spi.h"
#include "src/gtest-internal-inl.h"

Classes

class  testing::internal::Base
 
class  testing::internal::Derived
 
class  testing::internal::Castable
 
class  testing::internal::ConstCastable
 
class  testing::internal::ConstAndNonConstCastable
 
class  testing::internal::To
 
class  testing::internal::NoDefaultContructor
 

Namespaces

 testing
 
 testing::internal
 

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 (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)