@Test public void checkMultipleInstances() throws InterruptedException { assertThat(client.getAllFlavours().size(), is(2)); assertThat(client.getAllFlavours(), hasItems("Vanilla", "Chocolate")); }
@Test public void checkBeanBundleClient() throws InterruptedException { assertThat(client.getFlavour(), is("Chocolate")); }