Skip to content

Commit 1dd2c2b

Browse files
author
Bart Koelman
committed
Annotated controllers in integration tests
1 parent 9b54ad6 commit 1dd2c2b

File tree

78 files changed

+0
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+0
-156
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/BroadcastCommentsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionBroadcastsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionNetworksController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionStationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/Controllers/CreateMusicTrackOperationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Collections.Generic;
42
using System.Net;
53
using System.Threading;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/LyricsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/MusicTracksController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/OperationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.AtomicOperations;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/PerformersController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/PlaylistsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

0 commit comments

Comments
 (0)