Searched refs:ASSERT_RAISES (Results 1 - 5 of 5) sorted by relevance

/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(CAssertFailureExceptio
[all...]
H A DFileDataIOTest.cpp301 ASSERT_RAISES(CEOFException, RW::readValue(file));
424 ASSERT_RAISES(CInvalidParamsEx, file->Seek(-1 * pos));
429 ASSERT_RAISES(CInvalidParamsEx, file->Seek(std::numeric_limits<off_t>::min()));
683 ASSERT_RAISES(CRunTimeException, file.SetLength(BufferLength * 2));
694 ASSERT_RAISES(CRunTimeException, file.WriteUInt8(0));
697 ASSERT_RAISES(CRunTimeException, new CMemFile(static_cast<const byte*>(NULL), 1024));
698 ASSERT_RAISES(CRunTimeException, new CMemFile(static_cast<byte*>(NULL), 1024));
707 ASSERT_RAISES(CRunTimeException, file.WriteUInt8(0));
708 ASSERT_RAISES(CRunTimeException, file.WriteUInt16(0));
709 ASSERT_RAISES(CRunTimeExceptio
[all...]
H A DRangeMapTest.cpp352 ASSERT_RAISES(CInvalidParamsEx, m_map.erase(m_map.end()));
358 ASSERT_RAISES(CInvalidParamsEx, m_map.insert(10, 9, 8));
H A DCUInt128Test.cpp211 ASSERT_RAISES(CAssertFailureException, test.Set32BitChunk(4, 0));
534 ASSERT_RAISES(CAssertFailureException, test.SetBitNumber(128, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.h313 * Same as ASSERT_RAISES, but without an explicit message.
315 #define ASSERT_RAISES(type, call) \ macro

Completed in 44 milliseconds