Class AppUrlProvider_Tests
Inheritance
object
AppUrlProvider_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.UI.Navigation
Assembly: Volo.Abp.UI.Navigation.Tests.dll
Syntax
public class AppUrlProvider_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>, IDisposable
Constructors
AppUrlProvider_Tests()
Declaration
public AppUrlProvider_Tests()
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.UI.Navigation.AbpUiNavigationTestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
GetUrlAsync()
Declaration
public Task GetUrlAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
GetUrlOrNullAsync()
Declaration
public Task GetUrlOrNullAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
IsRedirectAllowedUrl()
Declaration
public void IsRedirectAllowedUrl()
SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpApplicationCreationOptions | options |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.UI.Navigation.AbpUiNavigationTestModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)
Implements
System.IDisposable