class TestFactoryBase
Defined at line 427 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
Defines the abstract factory interface that creates instances
of a Test object.
Public Methods
Test * CreateTest ()
Creates a test instance to run. The instance is both created and destroyed
within TestInfoImpl::Run()
void ~TestFactoryBase ()
Defined at line 429 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
Protected Methods
void TestFactoryBase ()
Defined at line 436 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h