xunit
Here are 584 public repositories matching this topic...
Xunit.Sdk.TraitHelper.GetTraits creates a new instance of Xunit.Sdk.NullMessageSink, a type that does not override Equals. That instance is later used as a part of the key for caching instance inside Xunit.Sdk.ExtensibilityPointFactory, resulting in caching not working for such calls at all.
-
Updated
Aug 14, 2021 - Shell
Description
Is there any difference between ContainItemsAssignableTo and AllBeAssignableTo?
Spending five minutes looking at them, they seem to test the same scenario.
(With the exception, that AllBeAssignableTo has special handling for IEnumerable<Type>)
In contrast to other Contain methods, ContainItemsAssignableTo expects all elements to satisfy and not just a subset
-
Updated
Aug 13, 2021 - C#
SignOutSessionStateManager is recommended to ensure sign-outs requests are coming from a user. However, this type depends on IJSRuntime and could be added by default to the Services collection during the AddTestAuthorization() method, where JSInterop can also be configured to correctly handle JSInterop invocations.
E.g.:
context.Services.AddSingleton<SignOutSessionStateManag-
Updated
Aug 2, 2021 - Shell
-
Updated
Aug 5, 2021 - Python
-
Updated
Feb 28, 2021 - C#
-
Updated
Aug 13, 2021 - C#
-
Updated
Jan 6, 2019 - C#
-
Updated
May 30, 2021 - C#
-
Updated
Jul 13, 2021 - C#
-
Updated
Jul 1, 2021 - C#
-
Updated
Jan 13, 2020 - C#
-
Updated
Aug 14, 2021 - C#
-
Updated
Sep 22, 2017 - HTML
-
Updated
Apr 22, 2021 - C#
-
Updated
Mar 22, 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."
The
MSBuildSettingsextensionUseToolVersionexpects a valid value from the MSBuildToolVersion enumeration.