We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec5ecc + fba971f commit b522199Copy full SHA for b522199
spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2016 the original author or authors.
+ * Copyright 2012-2018 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -109,6 +109,7 @@ public void getOrAddAttributeWithNewAttribute() throws Exception {
109
assertThat(attribute).isEqualTo("abc");
110
}
111
112
+ @Test
113
public void addUrlsMustNotBeNull() throws Exception {
114
this.thrown.expect(IllegalArgumentException.class);
115
this.thrown.expectMessage("Urls must not be null");
0 commit comments