Product product1 =
new Product(
tenantId,
new ProductId("679890"),
new ProductOwnerId(tenantId, "thepm"),
"My Product 1",
"My product 1, which is my product.",
DiscussionAvailability.NOT_REQUESTED);
Product product2 =
new Product(
tenantId,
new ProductId("09876"),
new ProductOwnerId(tenantId, "thepm"),
"My Product 2",
"My product 2, which is my product.",
DiscussionAvailability.NOT_REQUESTED);
Product product3 =
new Product(
tenantId,
new ProductId("100200300"),
new ProductOwnerId(tenantId, "thepm"),
"My Product 3",
"My product 3, which is my product.",
DiscussionAvailability.NOT_REQUESTED);
LevelDBUnitOfWork.start(this.database);