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