Home
last modified time | relevance | path

Searched refs:SG_CHECK_EQUAL_NOSTREAM (Results 1 – 6 of 6) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/misc/
H A Dargparse_test.cxx200 SG_CHECK_EQUAL_NOSTREAM( in test_mixOfShortAndLongOptions()
302 SG_CHECK_EQUAL_NOSTREAM( in test_whenOptionValueIsASingleHyphen()
333 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
347 SG_CHECK_EQUAL_NOSTREAM(otherArgs2, vector<string>()); in test_frontierBetweenOptionsAndNonOptions()
372 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
387 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
403 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
421 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
437 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
452 SG_CHECK_EQUAL_NOSTREAM( in test_frontierBetweenOptionsAndNonOptions()
[all …]
H A Dstrutils_test.cxx262 SG_CHECK_EQUAL_NOSTREAM((typeid(strutils::readNonNegativeInt<int, 10>("72"))), in test_readNonNegativeInt()
265 SG_CHECK_EQUAL_NOSTREAM((typeid(strutils::readNonNegativeInt<long, 10>("72"))), in test_readNonNegativeInt()
267 SG_CHECK_EQUAL_NOSTREAM( in test_readNonNegativeInt()
H A Dtest_macros.hxx36 #define SG_CHECK_EQUAL_NOSTREAM(a, b) SG_CHECK_EQUAL0((a), (b), false, "", "") macro
H A Dpath_test.cxx321 SG_CHECK_EQUAL_NOSTREAM(origVector, sortedVector); in test_comparisons()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A Dparse_color_test.cxx14 SG_CHECK_EQUAL_NOSTREAM(color, osg::Vec4(r, g, b, a))
/dports/devel/simgear/simgear-2020.3.11/simgear/embedded_resources/
H A Dembedded_resources_test.cxx242 SG_CHECK_EQUAL_NOSTREAM(res1->compressionType(), in test_RawEmbeddedResource()