-
Updated
Nov 9, 2021 - JavaScript
test-framework
Here are 583 public repositories matching this topic...
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 29, 2021 - HTML
-
Updated
Nov 15, 2021 - Objective-C
-
Updated
Nov 29, 2021 - Java
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 23, 2021 - Java
The NUnitEqualityComparer contains an optional parameter in the public API to specify if the comparison is top-level or not.
https://github.com/nunit/nunit/blob/8de9af1d695d42d2d85604a100ff9f6c00e5728f/src/NUnitFramework/framework/Constraints/NUnitEqualityComparer.cs#L157
This has been converted to separate overloads in a subsequent PR. nunit/nunit#3406
That PR also
-
Updated
Dec 27, 2019 - Python
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Nov 27, 2021 - PHP
-
Updated
Nov 25, 2021 - C#
-
Updated
Oct 22, 2021 - PHP
-
Updated
Nov 23, 2021 - Python
If I have time, I'll see if I can do this, but would love some new contributor help!
-
Updated
Oct 1, 2020 - C#
-
Updated
Nov 18, 2021 - Java
Software versions
- OS: linux
- Consumer Pact library: Pact go v1.5.3
- Provider Pact library: Pact go v1.5.3
- Golang Version: 1.15
Expected behaviour
The pact go library should allow to exactly match multiple occurrences of the same query parameter as it is supported within pact files and by libraries for other platforms as shown e.g. [here](https://docs.pact.io
-
Updated
Nov 29, 2021 - Python
-
Updated
Nov 21, 2021 - Shell
-
Updated
Nov 29, 2021 - C#
Feature request
Is your feature request related to a problem? Please describe
The analysis.py script provides just one confidence interval: 95%. While that is related to the 2-sigma interval of normal distribution, so in theory allows for easy estimation of bigger confidence intervals (like 3, 4, 5-sigma), it assumes a normal distribution, which the differences don't follow, and may be
-
Updated
Nov 22, 2021 - C#
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Mar 18, 2021 - Rust
-
Updated
Nov 30, 2021 - TypeScript
Improve this page
Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-framework topic, visit your repo's landing page and select "manage topics."
Describe the bug
when I turn on CATCH_CONFIG_DISABLE, all CAPTURE(i,j) , i.e. more than one arg will err.
Expected behavior
No such error
Reproduction steps
Build below code with -DCATCH_CONFIG_DISABLE