Searched defs:doAssertDelta (Results 1 - 1 of 1) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | TestSuite.h | 166 void doAssertDelta( const char *file, unsigned line, function in namespace:CxxTest 366 # define ___ETS_ASSERT_DELTA(f,l,x,y,d,m) CxxTest::doAssertDelta( (f), (l), #x, (x), #y, (y), #d, (d), (m) )
|
Completed in 17 milliseconds