using Volo.Abp.Modularity; namespace JiShe.CollectBus; /* Inherit from this class for your domain layer tests. * See SampleManager_Tests for example. */ public abstract class CollectBusDomainTestBase : CollectBusTestBase where TStartupModule : IAbpModule { }