Class ScopeAppService_Tests<TStartupModule>
Inheritance
ScopeAppService_Tests<TStartupModule>
Assembly: Volo.Abp.OpenIddict.Pro.Application.Tests.dll
Syntax
public abstract class ScopeAppService_Tests<TStartupModule> : OpenIddictProTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
ScopeAppService_Tests()
Declaration
public ScopeAppService_Tests()
Properties
ScopeAppService
Declaration
protected IScopeAppService ScopeAppService { get; }
Property Value
ScopeRepository
Declaration
protected IOpenIddictScopeRepository ScopeRepository { get; }
Property Value
Methods
CreateAsync()
Declaration
public Task CreateAsync()
Returns
DeleteAsync()
Declaration
public Task DeleteAsync()
Returns
GetAllScopesAsync()
Declaration
public Task GetAllScopesAsync()
Returns
GetAsync()
Declaration
Returns
GetListAsync()
Declaration
public Task GetListAsync()
Returns
UpdateAsync()
Declaration
public Task UpdateAsync()
Returns
Implements
Extension Methods