@Test public void whenNotPresent() throws Exception { Assert.assertThat(fixedAssets.matchAssetsByReferenceOrName("*nonExistent*").size(), Is.is(0)); }
@Test public void whenPresent() throws Exception { Assert.assertThat(fixedAssets.matchAssetsByReferenceOrName("*mall*").size(), Is.is(1)); }