Skip to content
#

mstest

Here are 143 public repositories matching this topic...

fluentassertions
aaronpburke
aaronpburke commented Mar 1, 2022

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
bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.

  • Updated Apr 14, 2022
  • C#

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