Exemplo n.º 1
0
 @Test
 public void shouldNotCreateLinkToScreenshotWhenOneDoesNotExist() throws IOException {
   long screenshotTime = new DateTime().getMillis();
   DateTimeUtils.setCurrentMillisFixed(screenshotTime);
   assertThat(failingStep.getImageTags(), is(EMPTY));
 }