Searched refs:CAssertFailureException (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dmain.cpp60 throw CAssertFailureException(desc, file, line);
H A Dtest.h80 struct CAssertFailureException : public CTestFailureException struct in namespace:muleunit
83 CAssertFailureException(const wxString& msg, const wxChar* file, long lineNumber) function in struct:muleunit::CAssertFailureException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFormatTest.cpp294 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%")));
295 ASSERT_RAISES(CAssertFailureException, CFormat(wxT(" -- %")));
298 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%q")));
299 ASSERT_RAISES(CAssertFailureException, CFormat(wxT(" -- %q")));
300 ASSERT_RAISES(CAssertFailureException, CFormat(wxT(" -- %q -- ")));
303 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%i%q")));
304 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%q%i")));
347 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%c")) % wxT("1"));
348 ASSERT_RAISES(CAssertFailureException, CFormat(wxT("%f")) % wxT("1"));
349 ASSERT_RAISES(CAssertFailureException, CForma
[all...]
H A DCUInt128Test.cpp211 ASSERT_RAISES(CAssertFailureException, test.Set32BitChunk(4, 0));
534 ASSERT_RAISES(CAssertFailureException, test.SetBitNumber(128, 0));

Completed in 39 milliseconds