ClientMock<T> Class

Assembly
Rocket.Surgery.Airframe.Synthetic.dll
Namespace
Rocket.Surgery.Airframe.Synthetic
Interfaces
Base Types
  • Object
Derived Types
ClientMock
Object
IDisposable

Syntax

public abstract class ClientMock<T> : IClient, IDisposable where T : Dto

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Type Parameters

Name Description
T

Constructors

Name Summary
ClientMock()

Properties

Name Value Summary
Items List<T>

Methods

Name Value Summary
Delete<T>(Guid) Task
Delete<T>(T) Task
Dispose() void
Dispose(bool) void
Get<T>(Guid) Task<T>
GetAll<T>() Task<IEnumerable<T>>
Post<T>(T) Task<T>

Extension Methods