Refactor code structure and optimize performance across multiple modules
This commit is contained in:
@@ -3,11 +3,13 @@ using StellaOps.Notifier.Worker.Processing;
|
||||
using StellaOps.Notify.Models;
|
||||
using Xunit;
|
||||
|
||||
using StellaOps.TestKit;
|
||||
namespace StellaOps.Notifier.Tests;
|
||||
|
||||
public sealed class RuleEvaluatorTests
|
||||
{
|
||||
[Fact]
|
||||
[Trait("Category", TestCategories.Unit)]
|
||||
[Fact]
|
||||
public void Evaluate_MatchingPolicyViolation_ReturnsActions()
|
||||
{
|
||||
var rule = NotifyRule.Create(
|
||||
|
||||
Reference in New Issue
Block a user