8 references to SetupServer
Diagnostics.EFCore.FunctionalTests (8)
DatabaseErrorPageMiddlewareTest.cs (8)
103using var host = await SetupServer<BloggingContext, DatabaseErrorButNoMigrationsMiddleware>(database); 136using var host = await SetupServer<BloggingContext, NoMigrationsMiddleware>(database); 171using (var server = await SetupServer<BloggingContext, NoMigrationsMiddleware>(database)) 197using var host = await SetupServer<BloggingContextWithMigrations, PendingMigrationsMiddleware>(database); 236using var host = await SetupServer<BloggingContextWithPendingModelChanges, PendingModelChangesMiddleware>(database); 276using var host = await SetupServer<BloggingContextWithMigrations, ApplyMigrationsMiddleware>(database); 442using var host = await SetupServer<BloggingContextWithSnapshotThatThrows, ExceptionInLogicMiddleware>(database, logProvider); 482using var host = await SetupServer<BloggingContext, WrappedExceptionMiddleware>(database);