- Assembly
- Rocket
.Surgery .Airframe .Synthetic .dll - Namespace
- Rocket
.Surgery .Airframe .Synthetic - Interfaces
-
- IClient
- IDisposable
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IClient"]
click Interface0 "/api/Data/IClient"
Type-.->Interface1["IDisposable"]
Type["ClientMock<T>"]
class Type type-node
Derived0["DrinkClientMock"]-->Type
click Derived0 "/api/Rocket.Surgery.Airframe.Synthetic/DrinkClientMock"
Derived1["CoffeeClientMock"]-->Type
click Derived1 "/api/Rocket.Surgery.Airframe.Synthetic/CoffeeClientMock"
Syntax
public abstract class ClientMock<T> : IClient, IDisposable where T : Dto
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
ClientMock |
Properties
Methods
Name | Value | Summary |
---|---|---|
Delete |
Task | |
Delete |
Task | |
Dispose |
void | |
Dispose |
void | |
Get |
Task |
|
GetAll |
Task |
|
Post |
Task |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|