码迷,mamicode.com
首页 > 其他好文 > 详细

使用hangfire在xunit中

时间:2019-12-12 14:47:57      阅读:62      评论:0      收藏:0      [点我收藏+]

标签: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 

使用hangfire在xunit中

标签:oid   page   单元   rem   etc   https   测试   documents   core   

原文地址:https://www.cnblogs.com/zinan/p/12028974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!