17 lines
No EOL
452 B
C#
17 lines
No EOL
452 B
C#
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;
|
|
|
|
// public class KeyMapperTests
|
|
// {
|
|
// private readonly IEncryptionService _encryptionService = EncryptionServiceSubstitute.CreatePassthrough();
|
|
//
|
|
// [Fact]
|
|
// public void Test()
|
|
// {
|
|
// }
|
|
// } |