xunit
Here are 683 public repositories matching this topic...
Currently, when comparing strings, options like ignoreLineEndingDifferences and ignoreWhiteSpaceDifferences require there be at least one instance of the various characters
// Succeeds
Assert.Equal(" ", " ", ignoreWhiteSpaceDifferences: true);
// Fails
Assert.Equal(" ", String.Empty, ignoreWhiteSpaceDifferences: true);... I'm looking for a way to compare two s
As the moment it's only possible to install bats from bats-core from source on linux.
We should create packages to install easily on Linux.
It could be:
apt install bats-corefor Debian/Ubuntu/Linux Mintyum install bats-corefor Fedora/RedHat/CentOS- a package on (Flathub](www.flathub.org)
- a snap on https://snapcraft.io/
...
Flathub is probably the easiest to support most d
Description
Nested AssertionScopes only report the outer-most scope reportables on failure. This is true regardless of whether the outer scope has any reportables -- i.e., if only the inner scope has reportables, nothing is reported.
Complete minimal example reproducing the issue
[TestMethod]
public void TestNestedAssertionScopes()
{
using (var outerScope = new A-
Updated
Mar 16, 2022 - C#
Is the feature request related to a problem? Please elaborate. Yes.
We use multiple custom User.Identity.AuthenticationType values, yet the one in BUnit is hard-coded to bUnit Fake Authentication in FakeAuthenticationStateProvider line 125, and is inaccessible while using the bUnit test/fakes.
The suggested solution
Expose AuthenticationType to be set in `TestAuthorizationCont
-
Updated
Mar 17, 2022 - Go
-
Updated
Feb 15, 2022 - Shell
-
Updated
Jan 8, 2022 - C#
-
Updated
Mar 18, 2022 - Python
-
Updated
Sep 15, 2021 - C#
-
Updated
Mar 13, 2022 - C#
-
Updated
Jan 6, 2019 - C#
-
Updated
Nov 16, 2021 - C#
-
Updated
Oct 6, 2021 - C#
-
Updated
Jan 13, 2020 - C#
-
Updated
Mar 19, 2022 - C#
-
Updated
Mar 21, 2022 - C#
-
Updated
Sep 22, 2017 - HTML
-
Updated
Mar 22, 2021 - C#
-
Updated
Jul 10, 2021 - C#
Improve this page
Add a description, image, and links to the xunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xunit topic, visit your repo's landing page and select "manage topics."
Currently when calling the
MSBuildalias with anMSBuildSettings, we need to set the target using theWithTargetextension method.It would be nice if we could use a property, with a string, which would make it more na