UserManagerSpecificationTestBase<TUser,TKey>.CreateTestContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The context object for a test, typically a DbContext.