8 references to SetupServer
Diagnostics.EFCore.FunctionalTests (8)
DatabaseErrorPageMiddlewareTest.cs (8)
104using var host = await SetupServer<BloggingContext, DatabaseErrorButNoMigrationsMiddleware>(database); 137using var host = await SetupServer<BloggingContext, NoMigrationsMiddleware>(database); 172using (var server = await SetupServer<BloggingContext, NoMigrationsMiddleware>(database)) 198using var host = await SetupServer<BloggingContextWithMigrations, PendingMigrationsMiddleware>(database); 237using var host = await SetupServer<BloggingContextWithPendingModelChanges, PendingModelChangesMiddleware>(database); 277using var host = await SetupServer<BloggingContextWithMigrations, ApplyMigrationsMiddleware>(database); 443using var host = await SetupServer<BloggingContextWithSnapshotThatThrows, ExceptionInLogicMiddleware>(database, logProvider); 483using var host = await SetupServer<BloggingContext, WrappedExceptionMiddleware>(database);