Searched refs:StringFrom (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 DRangeMapTest.cpp15 wxString StringFrom(const TestRangeMap::const_iterator& it) function
23 wxString StringFrom(TestRangeMap::iterator it) function
32 wxString StringFrom(const CRangeMap<void>::const_iterator& it) function
40 wxString StringFrom(CRangeMap<void>::iterator it) function
54 wxString StringFrom(const CRangeMap<VALUE>& map) function
64 stream += StringFrom(it);
96 ASSERT_EQUALS(wxT("[(100, 150, 0)]"), StringFrom(m_map));
97 ASSERT_EQUALS(wxT("[(100, 150, 0), (151, 200, 1)]"), StringFrom(m_mmaps[CONT]));
98 ASSERT_EQUALS(wxT("[(100, 150, 0), (160, 200, 1)]"), StringFrom(m_mmaps[SDIFF]));
99 ASSERT_EQUALS(wxT("[(100, 150, 1), (160, 200, 1)]"), StringFrom(m_mmap
[all...]
H A DCUInt128Test.cpp34 template<> wxString StringFrom<CUInt128>(const CUInt128& value) { function in namespace:muleunit
40 template<> wxString StringFrom<ByteArray>(const ByteArray& value) { function in namespace:muleunit
89 wxString(wxT("Expected '")) + StringFrom(TestData::sequence) + wxT("' but got '") + StringFrom(result) + wxT("'"));
H A DFileDataIOTest.cpp14 wxString StringFrom<CPath>(const CPath& path) function in namespace:muleunit
27 wxString StringFrom<CMD4Hash>(const CMD4Hash& hash) { function in namespace:muleunit
33 wxString StringFrom<CUInt128>(const CUInt128& value) { function in namespace:muleunit
H A DPathTest.cpp61 wxString StringFrom(const CPath& prt) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.h197 wxString message = wxT("Expected '") + StringFrom(a) +
198 wxT("' but got '") + StringFrom(b) + wxT("'");
215 wxString StringFrom(const TYPE& value) function in namespace:muleunit
220 inline wxString StringFrom(unsigned long long value) function in namespace:muleunit
225 inline wxString StringFrom(signed long long value) function in namespace:muleunit

Completed in 162 milliseconds