This commit is contained in:
Stephane Nicoll
2017-12-12 11:57:24 +01:00
parent 97c91eee94
commit 23218add90
615 changed files with 2832 additions and 3224 deletions

View File

@@ -39,7 +39,7 @@ public class SpringTestSampleSimpleApplicationTests {
ApplicationContext ctx;
@Test
public void testContextLoads() throws Exception {
public void testContextLoads() {
assertThat(this.ctx).isNotNull();
assertThat(this.ctx.containsBean("helloWorldService")).isTrue();
assertThat(this.ctx.containsBean("sampleSimpleApplication")).isTrue();