FakeDatabase.Create<T> method

Creates a fake database using the specified context.

public static FakeDatabase<T> Create<T>()
    where T : FakeDatabaseContext, new()

See Also