Searched defs:CPPUNIT_TEST_BASE (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h149 # define CPPUNIT_TEST_BASE(X, Y) \ macro
168 # define CPPUNIT_TEST_BASE(X, Y) \ macro
182 #define CPPUNIT_TEST(X) CPPUNIT_TEST_BASE(X, false)
183 #define CPPUNIT_EXPLICIT_TEST(X) CPPUNIT_TEST_BASE(X, true)

Completed in 96 milliseconds