Lines Matching full:will
6 will be removed, while a planned change to a feature means that the
7 feature will behave differently, but will still be present. Obviously,
8 either of these is a breaking change, and thus will not happen until
17 will no longer be equal to the number of tests/tags/etc found, instead
18 it will be 0 for success and non-zero for failure.
23 `--list-test-names-only` command line argument will be removed.
40 to Catch2's internals, description support will be removed.
45 method will be removed.
52 composes lvalues of composed matchers will not compile. That is,
53 this code will no longer work:
65 Instead you will have to write this:
83 misguided and will be changed. The new implementation will no longer check
85 it will be up to the reporters to deal with verbosities as they see fit
86 (with an expectation that unsupported verbosities will be, at most,
92 The various list operations will be piped through reporters. This means
93 that e.g. XML reporter will write the output as machine-parseable XML,
94 while the Console reporter will keep the current, human-oriented output.
99 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
101 will be added), which means that their failure will not fail the test,
112 specifying `[foo]` as the testspec will run test "A" and specifying
113 `~[foo]` will run test "B", even though it is hidden. Also, specifying
114 `~[baz]` will run both tests. This behaviour is often surprising and will
121 The API for Catch2's console colour will be changed to take an extra
131 `PredicateMatcher` will no longer be type erased in the future. Instead,
132 the predicate type will be made part of the PredicateMatcher's type.