CppUnit project page | FAQ | CppUnit home page |
#include <cppunit/ParameterizedTestCase.h>
Go to the source code of this file.
Defines | |
#define | CPPUNIT_TEST_XML(testMethod) |
Adds a parameterized test method to the suite. |
|
Value: CPPUNIT_TEST_ADD( new CppUnit::ParameterizedTestCase<ThisTestFixtureType>( \ context.getTestNameFor( #testMethod ), \ #testMethod, \ &TestFixtureType::testMethod, \ context.makeFixture(), \ context.getStringProperty( std::string("XmlFileName") ) ) )
|
hosts this site. |
Send comments to: CppUnit Developers |