TestFixtureFactory

   
TestFixtureFactory

Description

The abstract class TestFixtureFactory (see Figure C-24) defines the interface for a factory to produce TestFixture objects.

TestFixtureFactory belongs to the namespace CppUnit . It is declared in extensions/HelperMacros.h . It is abstract and has no implementation.

Figure C-24. The abstract class TestFixtureFactory
figs/utf_ac24.gif

Declaration

 class TestFixtureFactory 

Constructors/Destructors

None.

Public Methods


virtual TestFixture *makeFixture( ) = 0

A pure virtual method to create a TestFixture .

Protected/Private Methods

None.

Attributes

None.



Unit Test Frameworks
Unit Test Frameworks
ISBN: 0596006896
EAN: 2147483647
Year: 2006
Pages: 146
Authors: Paul Hamill

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net