1314151617181920
private Variety variety; @Before public void setUp() throws Exception { this.variety = new Variety("test", "users"); variety.getSourceCollection().insert(SampleData.getDocuments()); }