2026-02-15 19:06:09 +01:00
|
|
|
using IdentityShroud.Api.Mappers;
|
|
|
|
|
using IdentityShroud.Core.Contracts;
|
|
|
|
|
using IdentityShroud.Core.Messages;
|
|
|
|
|
using IdentityShroud.TestUtils.Substitutes;
|
|
|
|
|
using Microsoft.AspNetCore.WebUtilities;
|
|
|
|
|
|
|
|
|
|
namespace IdentityShroud.Api.Tests.Mappers;
|
|
|
|
|
|
2026-02-21 20:15:46 +01:00
|
|
|
// public class KeyMapperTests
|
|
|
|
|
// {
|
|
|
|
|
// private readonly IEncryptionService _encryptionService = EncryptionServiceSubstitute.CreatePassthrough();
|
|
|
|
|
//
|
|
|
|
|
// [Fact]
|
|
|
|
|
// public void Test()
|
|
|
|
|
// {
|
|
|
|
|
// }
|
|
|
|
|
// }
|