Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jul 8, 2022
1 parent 504501c commit c750050
Show file tree
Hide file tree
Showing 23 changed files with 8 additions and 77 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class GetAdminMappingsByStubMappingIdResult
Expand All @@ -20,9 +17,9 @@ public class GetAdminMappingsByStubMappingIdResult
/// </summary>
public string Name { get; set; }

public Request Request { get; set; }
public WireMockOrgRequest Request { get; set; }

public Response Response { get; set; }
public WireMockOrgResponse Response { get; set; }

/// <summary>
/// Indicates that the stub mapping should be persisted immediately on create/update/delete and survive resets to default.
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/GetAdminMappingsResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class GetAdminMappingsResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class GetAdminRecordingsStatusResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class GetAdminRequestsUnmatchedNearMissesResult
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/GetAdminScenariosResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class GetAdminScenariosResult
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/Mappings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class Mappings
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/MappingsRequest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class MappingsRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
/// <summary>
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/MappingsResponse.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class MappingsResponse
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/Meta.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class Meta
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/NearMisses.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class NearMisses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminMappingsFindByMetadataResult
Expand Down
7 changes: 2 additions & 5 deletions src/WireMock.Org.Abstractions/PostAdminMappingsResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminMappingsResult
Expand All @@ -20,9 +17,9 @@ public class PostAdminMappingsResult
/// </summary>
public string Name { get; set; }

public Request Request { get; set; }
public WireMockOrgRequest Request { get; set; }

public Response Response { get; set; }
public WireMockOrgResponse Response { get; set; }

/// <summary>
/// Indicates that the stub mapping should be persisted immediately on create/update/delete and survive resets to default.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminNearMissesRequestPatternResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminNearMissesRequestResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminRecordingsSnapshotResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminRecordingsStopResult
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/PostAdminRequestsCountResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PostAdminRequestsCountResult
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class PutAdminMappingsByStubMappingIdResult
Expand All @@ -20,9 +17,9 @@ public class PutAdminMappingsByStubMappingIdResult
/// </summary>
public string Name { get; set; }

public Request Request { get; set; }
public WireMockOrgRequest Request { get; set; }

public Response Response { get; set; }
public WireMockOrgResponse Response { get; set; }

/// <summary>
/// Indicates that the stub mapping should be persisted immediately on create/update/delete and survive resets to default.
Expand Down
5 changes: 1 addition & 4 deletions src/WireMock.Org.Abstractions/Request.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class Request
public class WireMockOrgRequest
{
/// <summary>
/// The HTTP request method e.g. GET
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/RequestBasicAuthCredentials.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
/// <summary>
Expand Down
5 changes: 1 addition & 4 deletions src/WireMock.Org.Abstractions/Response.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class Response
public class WireMockOrgResponse
{
/// <summary>
/// The HTTP status code to be returned
Expand Down
3 changes: 0 additions & 3 deletions src/WireMock.Org.Abstractions/Scenarios.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;

namespace WireMock.Org.Abstractions
{
public class Scenarios
Expand Down

0 comments on commit c750050

Please sign in to comment.