|
|
|
@ -20,7 +20,7 @@ using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Microsoft.Extensions.Hosting; |
|
|
|
using Microsoft.Extensions.Logging; |
|
|
|
using OpenIddict.Abstractions; |
|
|
|
using OpenIddict.Server.FunctionalTests; |
|
|
|
using OpenIddict.Server.IntegrationTests; |
|
|
|
using Xunit; |
|
|
|
using Xunit.Abstractions; |
|
|
|
using static OpenIddict.Abstractions.OpenIddictConstants; |
|
|
|
@ -28,7 +28,7 @@ using static OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers; |
|
|
|
using static OpenIddict.Server.OpenIddictServerEvents; |
|
|
|
using SR = OpenIddict.Abstractions.OpenIddictResources; |
|
|
|
|
|
|
|
namespace OpenIddict.Server.AspNetCore.FunctionalTests |
|
|
|
namespace OpenIddict.Server.AspNetCore.IntegrationTests |
|
|
|
{ |
|
|
|
public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests |
|
|
|
{ |
|
|
|
|