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