add_skip_regular_expression_test_property.rst 591 B

12345678910
  1. add_skip_regular_expression_test_property
  2. -----------------------------------------
  3. * A new test property, :prop_test:`SKIP_REGULAR_EXPRESSION`, has been added.
  4. This property is similar to :prop_test:`FAIL_REGULAR_EXPRESSION` and
  5. :prop_test:`PASS_REGULAR_EXPRESSION`, but with the same meaning as
  6. :prop_test:`SKIP_RETURN_CODE`. This is useful, for example, in cases where
  7. the user has no control over the return code of the test. For example, in
  8. Catch2, the return value is the number of assertion failed, therefore it is
  9. impossible to use it for :prop_test:`SKIP_RETURN_CODE`.