October 2018
Intermediate to advanced
982 pages
23h 29m
English
@RunWith(SpringRunner.class)
@SpringApplicationConfiguration(classes = BookPubApplication.class)
public class BookPubApplicationTests {
@Test
public void contextLoads() {
}
}
testCompile("org.springframework.boot:spring-boot-starter-test")
import static org.hamcrest.Matchers.containsString;import static org.junit.Assert.assertEquals;import static org.junit.Assert.assertNotNull; ...
Read now
Unlock full access