2 references to GetUsersInRoleAsync
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (2)
593
Assert.Equal(3, (await manager.
GetUsersInRoleAsync
(await roleManager.GetRoleNameAsync(role))).Count);
596
Assert.Empty((await manager.
GetUsersInRoleAsync
("123456")));