* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names
This commit is contained in:
Amit Pandey
2018-05-20 23:21:59 +05:30
committed by Grzegorz Piwowarek
parent c2590b9d7e
commit 73935e65f2
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import com.baeldung.spring.data.keyvalue.vo.Employee;
@RunWith(SpringJUnit4ClassRunner.class)
@SpringBootTest(classes = SpringDataKeyValueApplication.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class EmployeeServicesWithKeyValueTemplateTest {
public class EmployeeServicesWithKeyValueRepositoryIntegrationTest {
@Autowired
@Qualifier("employeeServicesWithKeyValueTemplate")

View File

@@ -22,7 +22,7 @@ import com.baeldung.spring.data.keyvalue.vo.Employee;
@RunWith(SpringJUnit4ClassRunner.class)
@SpringBootTest(classes = SpringDataKeyValueApplication.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class EmployeeServicesWithRepositoryTest {
public class EmployeeServicesWithRepositoryIntegrationTest {
@Autowired
@Qualifier("employeeServicesWithRepository")