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

/inkscape/cxxtest/cxxtest/
H A DTestSuite.h347 // TS_ASSERT_RELATION
357 # define TS_ASSERT_RELATION(r,x,y) _TS_ASSERT_RELATION(__FILE__,__LINE__,r,x,y) macro
440 # define TS_ASSERT_THROWS_RELATION(e,t,r,x,y) TS_ASSERT_THROWS_ASSERT(e,t,TS_ASSERT_RELATION(r,x,y))

Completed in 17 milliseconds