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

/inkscape/cxxtest/cxxtest/
H A DTestSuite.cpp73 const char *expression, const char *message )
77 tracker().failedAssert( file, line, expression );
128 const char *expression, const char *message )
133 tracker().failedAssertThrowsNot( file, line, expression );
72 doFailAssert( const char *file, unsigned line, const char *expression, const char *message ) argument
127 doFailAssertThrowsNot( const char *file, unsigned line, const char *expression, const char *message ) argument
H A DErrorFormatter.h96 void trace( const char *file, unsigned line, const char *expression )
99 expression << endl;
102 void warning( const char *file, unsigned line, const char *expression )
105 expression << endl;
108 void failedTest( const char *file, unsigned line, const char *expression )
111 expression << endl;
114 void failedAssert( const char *file, unsigned line, const char *expression )
117 expression << endl;
193 const char *expression, const char *type,
196 stop( file, line ) << "Error: Expected (" << expression << ") t
192 failedAssertThrows( const char *file, unsigned line, const char *expression, const char *type, bool otherThrown ) argument
[all...]
H A DTeeListener.h54 void trace( const char *file, unsigned line, const char *expression )
56 _first->trace( file, line, expression );
57 _second->trace( file, line, expression );
60 void warning( const char *file, unsigned line, const char *expression )
62 _first->warning( file, line, expression );
63 _second->warning( file, line, expression );
66 void failedTest( const char *file, unsigned line, const char *expression )
68 _first->failedTest( file, line, expression );
69 _second->failedTest( file, line, expression );
72 void failedAssert( const char *file, unsigned line, const char *expression )
142 failedAssertThrows( const char *file, unsigned line, const char *expression, const char *type, bool otherThrown ) argument
[all...]
H A DTestTracker.cpp115 void TestTracker::trace( const char *file, unsigned line, const char *expression )
117 _l->trace( file, line, expression );
120 void TestTracker::warning( const char *file, unsigned line, const char *expression )
123 _l->warning( file, line, expression );
126 void TestTracker::failedTest( const char *file, unsigned line, const char *expression )
129 _l->failedTest( file, line, expression );
132 void TestTracker::failedAssert( const char *file, unsigned line, const char *expression )
135 _l->failedAssert( file, line, expression );
203 const char *expression, const char *type,
207 _l->failedAssertThrows( file, line, expression, typ
202 failedAssertThrows( const char *file, unsigned line, const char *expression, const char *type, bool otherThrown ) argument
[all...]

Completed in 31 milliseconds