The Wayback Machine - https://web.archive.org/web/20210815202106/https://github.com/topics/mstest
Skip to content
#

mstest

Here are 126 public repositories matching this topic...

fluentassertions
jnyrup
jnyrup commented Jun 24, 2021

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

bUnit
egil
egil commented Mar 8, 2021

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

Improve this page

Add a description, image, and links to the mstest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mstest topic, visit your repo's landing page and select "manage topics."

Learn more