forked from mirror/doctest
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
205 lines
5.7 KiB
Plaintext
205 lines
5.7 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<doctest binary="all_features">
|
|
<Options order_by="file" rand_seed="324" first="0" last="4294967295" abort_after="0" subcase_filter_levels="2147483647" case_sensitive="false" no_throw="false" no_skip="false"/>
|
|
<TestSuite>
|
|
<TestCase name="all binary assertions" filename="assertion_macros.cpp" line="0">
|
|
<Expression success="true" type="WARN_EQ" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_EQ" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_EQ" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_NE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_NE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_NE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_GT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_GT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_GT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 0
|
|
</Original>
|
|
<Expanded>
|
|
1, 0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_LT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0, 1
|
|
</Original>
|
|
<Expanded>
|
|
0, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_LT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0, 1
|
|
</Original>
|
|
<Expanded>
|
|
0, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_LT" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0, 1
|
|
</Original>
|
|
<Expanded>
|
|
0, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_GE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_GE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_GE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_LE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_LE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_LE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1, 1
|
|
</Original>
|
|
<Expanded>
|
|
1, 1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_UNARY" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1
|
|
</Original>
|
|
<Expanded>
|
|
1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_UNARY" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1
|
|
</Original>
|
|
<Expanded>
|
|
1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_UNARY" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
1
|
|
</Original>
|
|
<Expanded>
|
|
1
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="WARN_UNARY_FALSE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0
|
|
</Original>
|
|
<Expanded>
|
|
0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="CHECK_UNARY_FALSE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0
|
|
</Original>
|
|
<Expanded>
|
|
0
|
|
</Expanded>
|
|
</Expression>
|
|
<Expression success="true" type="REQUIRE_UNARY_FALSE" filename="assertion_macros.cpp" line="0">
|
|
<Original>
|
|
0
|
|
</Original>
|
|
<Expanded>
|
|
0
|
|
</Expanded>
|
|
</Expression>
|
|
<OverallResultsAsserts successes="16" failures="0" test_case_success="true"/>
|
|
</TestCase>
|
|
</TestSuite>
|
|
<OverallResultsAsserts successes="16" failures="0"/>
|
|
<OverallResultsTestCases successes="1" failures="0"/>
|
|
</doctest>
|
|
Program code.
|