test fixes and new product advisories work
This commit is contained in:
@@ -3,6 +3,8 @@ using Moq;
|
||||
using StellaOps.Policy.Exceptions.Models;
|
||||
using StellaOps.Policy.Exceptions.Repositories;
|
||||
using StellaOps.Policy.Exceptions.Services;
|
||||
using StellaOps.TestKit;
|
||||
using StellaOps.TestKit.Traits;
|
||||
using Xunit;
|
||||
|
||||
namespace StellaOps.Policy.Tests.Exceptions;
|
||||
@@ -10,6 +12,8 @@ namespace StellaOps.Policy.Tests.Exceptions;
|
||||
/// <summary>
|
||||
/// Unit tests for ExceptionEvaluator service.
|
||||
/// </summary>
|
||||
[Trait("Category", TestCategories.Unit)]
|
||||
[Intent(TestIntents.Regulatory, "Exception handling affects compliance decisions and audit trails")]
|
||||
public sealed class ExceptionEvaluatorTests
|
||||
{
|
||||
private readonly Mock<IExceptionRepository> _repositoryMock;
|
||||
|
||||
Reference in New Issue
Block a user