using Volo.Abp.Modularity; namespace MyCompanyName.MyProjectName; /* Inherit from this class for your application layer tests. * See SampleAppService_Tests for example. */ public abstract class MyProjectNameApplicationTestBase : MyProjectNameTestBase where TStartupModule : IAbpModule { }