Skip to content

Commit 5bbd31e

Browse files
committed
Rename test classes so that their tests are run by Maven
1 parent 9baa977 commit 5bbd31e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Madhura Bhave
1818
*/
1919
@RunWith(SpringRunner.class)
20-
public class SampleTestNoMockitoApplicationTest {
20+
public class SampleTestNoMockitoApplicationTests {
2121

2222
// gh-7065
2323

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
4242
@OverrideAutoConfiguration(enabled = false)
4343
@BootstrapWith(SpringBootTestContextBootstrapper.class)
4444
@ImportAutoConfiguration(ExampleTestConfig.class)
45-
public class OverrideAutoConfigurationEnabledFalseIntegrationTest {
45+
public class OverrideAutoConfigurationEnabledFalseIntegrationTests {
4646

4747
@Rule
4848
public ExpectedException thrown = ExpectedException.none();
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
3939
@OverrideAutoConfiguration(enabled = true)
4040
@BootstrapWith(SpringBootTestContextBootstrapper.class)
4141
@ImportAutoConfiguration(ExampleTestConfig.class)
42-
public class OverrideAutoConfigurationEnabledTrueIntegrationTest {
42+
public class OverrideAutoConfigurationEnabledTrueIntegrationTests {
4343

4444
@Autowired
4545
private ApplicationContext context;

0 commit comments

Comments
 (0)