v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::TestFactoryImpl< TestClass > Class Template Reference

#include <gtest-internal.h>

Inheritance diagram for testing::internal::TestFactoryImpl< TestClass >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::TestFactoryImpl< TestClass >:
Collaboration graph
[legend]

Public Member Functions

virtual TestCreateTest ()
 

Detailed Description

template<class TestClass>
class testing::internal::TestFactoryImpl< TestClass >

Definition at line 482 of file gtest-internal.h.

Member Function Documentation

template<class TestClass >
virtual Test* testing::internal::TestFactoryImpl< TestClass >::CreateTest ( )
inlinevirtual

Implements testing::internal::TestFactoryBase.

Definition at line 484 of file gtest-internal.h.

References GTEST_API_.


The documentation for this class was generated from the following file: