Class AbpOpenIddictTokenStore_Tests
Inheritance
AbpOpenIddictTokenStore_Tests
Assembly: Volo.Abp.OpenIddict.Domain.Tests.dll
Syntax
public class AbpOpenIddictTokenStore_Tests : OpenIddictDomainTestBase, IDisposable
Constructors
AbpOpenIddictTokenStore_Tests()
Declaration
public AbpOpenIddictTokenStore_Tests()
Methods
CountAsync()
Declaration
Returns
CreateAsync()
Declaration
public Task CreateAsync()
Returns
DeleteAsync()
Declaration
public Task DeleteAsync()
Returns
FindAsync_Should_Return_Empty_If_Not_Found()
Declaration
public Task FindAsync_Should_Return_Empty_If_Not_Found()
Returns
FindAsync_Should_Return_Tokens_If_Found()
Declaration
public Task FindAsync_Should_Return_Tokens_If_Found()
Returns
FindByApplicationIdAsync_Should_Return_Empty_If_Not_Found()
Declaration
public Task FindByApplicationIdAsync_Should_Return_Empty_If_Not_Found()
Returns
FindByApplicationIdAsync_Should_Return_Tokens_If_Found()
Declaration
public Task FindByApplicationIdAsync_Should_Return_Tokens_If_Found()
Returns
FindByIdAsync_Should_Return_Null_If_Not_Found()
Declaration
public Task FindByIdAsync_Should_Return_Null_If_Not_Found()
Returns
FindByIdAsync_Should_Return_Token_If_Found()
Declaration
public Task FindByIdAsync_Should_Return_Token_If_Found()
Returns
FindByReferenceIdAsync_Should_Return_Null_If_Not_Found()
Declaration
public Task FindByReferenceIdAsync_Should_Return_Null_If_Not_Found()
Returns
FindByReferenceIdAsync_Should_Return_Token_If_Found()
Declaration
public Task FindByReferenceIdAsync_Should_Return_Token_If_Found()
Returns
UpdateAsync()
Declaration
public Task UpdateAsync()
Returns
Implements
Extension Methods