Method CreateMockDbAsync
| Improve this Doc View SourceCreateMockDbAsync(CancellationToken)
Creates mock database.
Declaration
protected abstract Task<object> CreateMockDbAsync(CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Object> | A tag object which will be passed to GetMockTableName(String, Object). |