7 references to task
Microsoft.DotNet.XUnitAssert.Tests (7)
Asserts\MultipleAssertsTests.cs (7)
88
static async () => Assert.True(await
task
(true))
98
static async () => Assert.True(await
task
(true)),
99
static async () => Assert.True(await
task
(true)),
100
static async () => Assert.True(await
task
(true))
111
static async () => Assert.False(await
task
(true))
125
static async () => Assert.False(await
task
(true)),
126
static async () => Assert.False(await
task
(true))