Lines Matching full:error
3 * Title: Error.h
4 * Description: Error Header
53 class Error: public std::exception
56 Error(Testing::errorID_t id,unsigned long nb) in Error() function
63 Error(Testing::errorID_t id,unsigned long nb, const char *details) in Error() function
166 #define ASSERT_EMPTY_TAIL(A) if (!A.isTailEmpty()) throw (Client::Error(TAIL_NOT_EMPTY_ERROR,__LINE…
177 throw (Error(EQUAL_ERROR,nb)); in assert_equal()
190 throw (Error(EQUAL_ERROR,nb)); in assert_equal_partial()
195 throw (Error(EQUAL_ERROR,nb)); in assert_equal_partial()
210 catch(Error &err) in assert_equal_partial()
227 throw (Error(EQUAL_ERROR,nb)); in assert_equal()
242 catch(Error &err) in assert_equal()
256 throw (Error(NEAR_EQUAL_ERROR,nb)); in assert_near_equal()
282 throw (Error(NEAR_EQUAL_ERROR,nb)); in assert_near_equal()
298 catch(Error &err) in assert_near_equal()