标签:oid page 单元 rem etc https 测试 documents core
框架为:abp
hangfire配置连接:https://aspnetboilerplate.com/Pages/Documents/Hangfire-Integration
在单元测试中如何配置呢?
1.我认为首先要配置测试类库的module
[DependsOn(typeof (AbpHangfireAspNetCoreModule))] public class MyProjectWebModule : AbpModule { public override void PreInitialize() { Configuration.BackgroundJobs.UseHangfire(); } //... }
2.TO DO
标签:oid page 单元 rem etc https 测试 documents core
原文地址:https://www.cnblogs.com/zinan/p/12028974.html