Exemplo n.º 1
0
        public RuleEnricherTests()
        {
            ct = cts.Token;

            requestContext = Context.Anonymous(Mocks.App(appId));

            sut = new RuleEnricher(ruleEventRepository, requestCache);
        }
Exemplo n.º 2
0
 public RuleEnricherTests()
 {
     sut = new RuleEnricher(ruleEventRepository);
 }
Exemplo n.º 3
0
 public RuleEnricherTests()
 {
     sut = new RuleEnricher(ruleEventRepository, requestCache);
 }