* Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests

* Renamed Integrationtests that needed the project (or related project, in case of client-server) as LiveTests
* Fixed migration of mustache module to make it compatible with spring-boot 2.1
This commit is contained in:
geroza
2018-12-29 19:09:35 -02:00
parent 6de56600db
commit 40e26514f4
7 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import com.baeldung.spring.kafka.KafkaApplication;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = KafkaApplication.class)
public class SpringContextIntegrationTest {
public class SpringContextManualTest {
@Test
public void whenSpringContextIsBootstrapped_thenNoExceptions() {