6 references to Cars
Aspire.Hosting.Oracle.Tests (6)
OracleFunctionalTests.cs (6)
61dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 64var cars = await dbContext.Cars.ToListAsync(cts.Token); 149dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 205var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 320var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 417var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);