Class AbpServiceConvention_Tests
Inheritance
AbpServiceConvention_Tests
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Conventions
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class AbpServiceConvention_Tests : AspNetCoreMvcTestBase
Constructors
AbpServiceConvention_Tests()
Declaration
public AbpServiceConvention_Tests()
Methods
Should_Not_Remove_Derived_Controller_If_No_Base_Controller_Model()
Declaration
public void Should_Not_Remove_Derived_Controller_If_No_Base_Controller_Model()
Should_Not_Remove_Derived_Controller_If_Not_Expose_Service()
Declaration
public void Should_Not_Remove_Derived_Controller_If_Not_Expose_Service()
Should_Remove_Derived_Controller_If_Expose_Service()
Declaration
public void Should_Remove_Derived_Controller_If_Expose_Service()
Should_Remove_Exposed_Controller_If_Expose_Self()
Declaration
public void Should_Remove_Exposed_Controller_If_Expose_Self()