UserManagerSpecificationTestBase<TUser,TKey>.CreateTestContext Method

Definition

Creates the context object for a test, typically a DbContext.

protected:
 abstract System::Object ^ CreateTestContext();
protected abstract object CreateTestContext ();
abstract member CreateTestContext : unit -> obj
Protected MustOverride Function CreateTestContext () As Object

Returns

Object

The context object for a test, typically a DbContext.

Applies to