2 writes to Brand
Aspire.Hosting.Oracle.Tests (2)
OracleFunctionalTests.cs (2)
62dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 148dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" });
2 references to Brand
Aspire.Hosting.Oracle.Tests (2)
OracleFunctionalTests.cs (2)
67Assert.Equal("BatMobile", cars[0].Brand); 328Assert.Equal("BatMobile", brands[0].Brand);