mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Add IsNaN matcher
This commit is contained in:
@@ -1172,12 +1172,14 @@ at Matchers.tests.cpp:<line number>
|
||||
<testCase name="Floating point matchers: double/ULPs" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: double/Composed" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: double/Constructor validation" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: double/IsNaN" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/Relative" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/Relative/Some subnormal values" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/Margin" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/ULPs" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/Composed" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/Constructor validation" duration="{duration}"/>
|
||||
<testCase name="Floating point matchers: float/IsNaN" duration="{duration}"/>
|
||||
<testCase name="Matchers can be (AllOf) composed with the && operator" duration="{duration}"/>
|
||||
<testCase name="Matchers can be (AnyOf) composed with the || operator" duration="{duration}"/>
|
||||
<testCase name="Matchers can be composed with both && and ||" duration="{duration}"/>
|
||||
|
Reference in New Issue
Block a user