Class PersistentGrantStore_Tests
Inheritance
PersistentGrantStore_Tests
Assembly: Volo.Abp.IdentityServer.Domain.Tests.dll
Syntax
public class PersistentGrantStore_Tests : AbpIdentityServerTestBase, IDisposable
Constructors
PersistentGrantStore_Tests()
Declaration
public PersistentGrantStore_Tests()
Methods
FindClientByIdAsync_Should_Return_Null_If_Not_Found()
Declaration
public Task FindClientByIdAsync_Should_Return_Null_If_Not_Found()
Returns
FindPersistentGrantByIdAsync_Should_Return_The_PersistentGrant_If_Found()
Declaration
public Task FindPersistentGrantByIdAsync_Should_Return_The_PersistentGrant_If_Found()
Returns
GetAllAsync_Should_Get_All_PersistedGrants_For_A_Given_SubjectId()
Declaration
public Task GetAllAsync_Should_Get_All_PersistedGrants_For_A_Given_SubjectId()
Returns
RemoveAllAsync_Should_RemoveAll_PeristedGrants_For_A_Given_Subject_And_ClientId()
Declaration
public Task RemoveAllAsync_Should_RemoveAll_PeristedGrants_For_A_Given_Subject_And_ClientId()
Returns
RemoveAsync_Should_Remove_PeristedGrant()
Declaration
public Task RemoveAsync_Should_Remove_PeristedGrant()
Returns
StoreAsync_Should_Store_PersistedGrant()
Declaration
public Task StoreAsync_Should_Store_PersistedGrant()
Returns
StoreAsync_Should_Store_PersistedGrant_When_Exists()
Declaration
public Task StoreAsync_Should_Store_PersistedGrant_When_Exists()
Returns
Implements
Extension Methods