CoffeeClientMock Class

Assembly
Rocket.Surgery.Airframe.Synthetic.dll
Namespace
Rocket.Surgery.Airframe.Synthetic
Interfaces
Base Types
graph BT Type-->Base0["ClientMock<CoffeeDto>"] Base0-->Base1["Object"] Type-.->Interface0["IClient"] click Interface0 "/api/Data/IClient" Type-.->Interface1["IDisposable"] Type["CoffeeClientMock"] class Type type-node

Syntax

public class CoffeeClientMock : ClientMock<CoffeeDto>, IClient, IDisposable

Attributes

Type Description
NullableAttribute

Constructors

Name Summary
CoffeeClientMock()

Extension Methods