Class IdentityResourceStore_Tests
Inheritance
IdentityResourceStore_Tests
Assembly: Volo.Abp.IdentityServer.Domain.Tests.dll
Syntax
public class IdentityResourceStore_Tests : AbpIdentityServerTestBase, IDisposable
Constructors
IdentityResourceStore_Tests()
Declaration
public IdentityResourceStore_Tests()
Methods
FindApiResourceAsync_Should_Return_If_Found()
Declaration
public Task FindApiResourceAsync_Should_Return_If_Found()
Returns
FindApiResourceAsync_Should_Return_Null_If_Not_Found()
Declaration
public Task FindApiResourceAsync_Should_Return_Null_If_Not_Found()
Returns
FindApiResourcesByScopeAsync_Should_Return_If_Found()
Declaration
public Task FindApiResourcesByScopeAsync_Should_Return_If_Found()
Returns
FindIdentityResourcesByScopeAsync_Should_Return_For_Given_Scopes()
Declaration
public Task FindIdentityResourcesByScopeAsync_Should_Return_For_Given_Scopes()
Returns
GetAllResourcesAsync_Should_Return()
Declaration
public Task GetAllResourcesAsync_Should_Return()
Returns
Implements
Extension Methods