Class MenuManager_Tests
Inheritance
object
MenuManager_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 MenuManager_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>, IDisposable
Constructors
MenuManager_Tests()
Declaration
public MenuManager_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)
GetMainMenuAsync_ShouldMergeMultipleMenus()
Declaration
public Task GetMainMenuAsync_ShouldMergeMultipleMenus()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
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)
Should_Get_Menu()
Declaration
public Task Should_Get_Menu()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable