commit
8b5d44a56d
|
@ -98,7 +98,7 @@ public class DelayedLiveReloadTriggerTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void urlMostNotBeNull() throws Exception {
|
public void urlMustNotBeNull() throws Exception {
|
||||||
this.thrown.expect(IllegalArgumentException.class);
|
this.thrown.expect(IllegalArgumentException.class);
|
||||||
this.thrown.expectMessage("URL must not be empty");
|
this.thrown.expectMessage("URL must not be empty");
|
||||||
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);
|
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);
|
||||||
|
|
Loading…
Reference in New Issue