Home
last modified time | relevance | path

Searched defs:assertion_traits (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/test/
H A Dcppunitasserthelper.hxx29 template <> struct assertion_traits<css::awt::Point> struct
43 * This specialization from @c struct @c assertion_traits<> helps to compare argument
46 template <> struct assertion_traits<css::awt::Size> struct
60 * This specialization from @c struct @c assertion_traits<> helps to compare argument
63 template <> struct assertion_traits<css::table::CellAddress> struct
80 * This specialization from @c struct @c assertion_traits<> helps to compare argument
83 template <> struct assertion_traits<css::table::CellRangeAddress> struct
85 static bool equal(const css::table::CellRangeAddress& x, const css::table::CellRangeAddress& y) in equal()
90 static std::string toString(const css::table::CellRangeAddress& x) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/test/
H A Dcppunitasserthelper.hxx29 template <> struct assertion_traits<css::awt::Point> struct
43 * This specialization from @c struct @c assertion_traits<> helps to compare argument
46 template <> struct assertion_traits<css::awt::Size> struct
60 * This specialization from @c struct @c assertion_traits<> helps to compare argument
63 template <> struct assertion_traits<css::table::CellAddress> struct
80 * This specialization from @c struct @c assertion_traits<> helps to compare argument
83 template <> struct assertion_traits<css::table::CellRangeAddress> struct
85 static bool equal(const css::table::CellRangeAddress& x, const css::table::CellRangeAddress& y) in equal()
90 static std::string toString(const css::table::CellRangeAddress& x) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotest/
H A Dassertion_traits.hxx24 template<> struct assertion_traits<signed char> { struct
25 static bool equal(signed char x, signed char y) { return x == y; } in equal()
27 static std::string toString(signed char x) in toString()
31 template<> struct assertion_traits<unsigned char> { struct
32 static bool equal(unsigned char x, unsigned char y) { return x == y; } in equal()
34 static std::string toString(unsigned char x) in toString()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/
H A DTestAssert.h55 struct assertion_traits struct
80 * This specialisation from @c struct @c assertion_traits<> ensures that argument
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/
H A DTestAssert.h55 struct assertion_traits struct
80 * This specialisation from @c struct @c assertion_traits<> ensures that argument
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/test/
H A DIWORKTransformationTest.cpp37 struct assertion_traits<glm::dvec3> struct
54 struct assertion_traits<glm::dmat3> argument
56 static bool equal(const glm::dmat3 &x, const glm::dmat3 &y) in equal()
61 static std::string toString(const glm::dmat3 &x) in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxsubtotalfield.cxx26 template<> struct assertion_traits<uno::Sequence< sheet::SubTotalColumn > > struct
28 static bool equal(const uno::Sequence< sheet::SubTotalColumn >& x, in equal()
34 static std::string toString(const uno::Sequence< sheet::SubTotalColumn >& x) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxsubtotalfield.cxx26 template<> struct assertion_traits<uno::Sequence< sheet::SubTotalColumn > > struct
28 static bool equal(const uno::Sequence< sheet::SubTotalColumn >& x, in equal()
34 static std::string toString(const uno::Sequence< sheet::SubTotalColumn >& x) in toString()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/ninka/agent_tests/Unit/
H A Dtest_ninkawrapper.cc31 struct assertion_traits<LicenseMatch> struct
33 static bool equal(const LicenseMatch& m1, const LicenseMatch& m2) in equal()
38 static string toString(const LicenseMatch& m) in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/strings/
H A Dtest_ostring_concat.cxx32 template<> struct assertion_traits<std::type_info> struct
34 static bool equal(std::type_info const & x, std::type_info const & y) { return x == y; } in equal()
36 static std::string toString(std::type_info const & x) { return x.name(); } in toString()
H A Dtest_oustring_concat.cxx31 template<> struct assertion_traits<std::type_info> struct
33 static bool equal(std::type_info const & x, std::type_info const & y) { return x == y; } in equal()
35 static std::string toString(std::type_info const & x) { return x.name(); } in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/qa/items/
H A Dborderline_test.cxx33 template<> struct assertion_traits<SvxBorderLineStyle> struct
35 static bool equal( SvxBorderLineStyle x, SvxBorderLineStyle y ) in equal()
40 static std::string toString( SvxBorderLineStyle x ) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/qa/items/
H A Dborderline_test.cxx33 template<> struct assertion_traits<SvxBorderLineStyle> struct
35 static bool equal( SvxBorderLineStyle x, SvxBorderLineStyle y ) in equal()
40 static std::string toString( SvxBorderLineStyle x ) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/strings/
H A Dtest_ostring_concat.cxx32 template<> struct assertion_traits<std::type_info> struct
34 static bool equal(std::type_info const & x, std::type_info const & y) { return x == y; } in equal()
36 static std::string toString(std::type_info const & x) { return x.name(); } in toString()
H A Dtest_oustring_concat.cxx31 template<> struct assertion_traits<std::type_info> struct
33 static bool equal(std::type_info const & x, std::type_info const & y) { return x == y; } in equal()
35 static std::string toString(std::type_info const & x) { return x.name(); } in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/qa/cppunit/
H A Dtest_urlobj.cxx23 template<> struct assertion_traits<INetProtocol> struct
25 static bool equal( const INetProtocol& x, const INetProtocol& y ) in equal()
30 static std::string toString( const INetProtocol& x ) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/qa/cppunit/
H A Dtest_urlobj.cxx23 template<> struct assertion_traits<INetProtocol> struct
25 static bool equal( const INetProtocol& x, const INetProtocol& y ) in equal()
30 static std::string toString( const INetProtocol& x ) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/math/
H A Dtest-rtl-math.cxx32 template<> struct assertion_traits<rtl_math_ConversionStatus> struct
34 static bool equal( const rtl_math_ConversionStatus& x, const rtl_math_ConversionStatus& y ) in equal()
39 static std::string toString( const rtl_math_ConversionStatus& x ) in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/math/
H A Dtest-rtl-math.cxx32 template<> struct assertion_traits<rtl_math_ConversionStatus> struct
34 static bool equal( const rtl_math_ConversionStatus& x, const rtl_math_ConversionStatus& y ) in equal()
39 static std::string toString( const rtl_math_ConversionStatus& x ) in toString()
/dports/audio/hydrogen/hydrogen-1.0.1/src/tests/
H A Dautomation_path_test.cpp29 struct assertion_traits<std::pair<const float,float> > struct
31 static bool equal(const std::pair<const float,float> &lhs, const std::pair<const float,float> &rhs) in equal()
36 static std::string toString(const std::pair<const float,float> &p) in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dsdmodeltestbase.hxx472 template<> struct assertion_traits<Color> struct
490 template<> struct assertion_traits<tools::Rectangle> argument
492 static bool equal( const tools::Rectangle& r1, const tools::Rectangle& r2 ) in equal()
497 static std::string toString( const tools::Rectangle& r) in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dsdmodeltestbase.hxx473 template<> struct assertion_traits<Color> struct
475 static bool equal( const Color& c1, const Color& c2 ) in equal()
480 static std::string toString( const Color& c ) in toString()