parent
bc6de8d572
commit
abfb87d1a3
|
@ -42,7 +42,7 @@ import static org.mockito.Mockito.mock;
|
||||||
* @author Artsiom Yudovin
|
* @author Artsiom Yudovin
|
||||||
* @author Filip Hrisafov
|
* @author Filip Hrisafov
|
||||||
*/
|
*/
|
||||||
public class ElasticsearchRestHealthIndicatorTest {
|
public class ElasticsearchRestHealthIndicatorTests {
|
||||||
|
|
||||||
private final RestClient restClient = mock(RestClient.class);
|
private final RestClient restClient = mock(RestClient.class);
|
||||||
|
|
|
@ -43,7 +43,7 @@ import static org.mockito.Mockito.mock;
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @author Andy Wilkinson
|
* @author Andy Wilkinson
|
||||||
*/
|
*/
|
||||||
public class WebServerPortFileWriterTest {
|
public class WebServerPortFileWriterTests {
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public final TemporaryFolder temporaryFolder = new TemporaryFolder();
|
public final TemporaryFolder temporaryFolder = new TemporaryFolder();
|
Loading…
Reference in New Issue