productCurator.create(product2);
Pool pool2 = createPoolAndSub(owner1, product2, 500L,
TestUtil.createDate(2000, 1, 1), TestUtil.createDate(3000, 1, 1));
SuggestedQuantity suggested = new SuggestedQuantity();
suggested.setSuggested(1L);
suggested.setIncrement(12L);
when(quantityRules.getSuggestedQuantity(any(Pool.class),
any(Consumer.class), any(Date.class))).
thenReturn(suggested);
when(poolTypeRules.getPoolType(any(Pool.class))).