Class ClientStore_Tests
Inheritance
ClientStore_Tests
Assembly: Volo.Abp.IdentityServer.Domain.Tests.dll
Syntax
public class ClientStore_Tests : AbpIdentityServerTestBase, IDisposable
Constructors
ClientStore_Tests()
Declaration
public ClientStore_Tests()
Methods
FindClientByIdAsync_Should_Return_Null_If_Not_Found()
Declaration
public Task FindClientByIdAsync_Should_Return_Null_If_Not_Found()
Returns
FindClientByIdAsync_Should_Return_The_Client_If_Found()
Declaration
public Task FindClientByIdAsync_Should_Return_The_Client_If_Found()
Returns
Implements
Extension Methods