October 2017
Intermediate to advanced
350 pages
7h 29m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, path names, dummy URLs, user input, and Twitter handles are shown as follows: “The @AfterAll and @BeforeAll methods are executed only once”.
A block of code is set as follows:
package io.github.bonigarcia;import static org.junit.jupiter.api.Assertions.assertTrue;import org.junit.jupiter.api.Test;class StandardTest { @Test void verySimpleTest () { assertTrue(true); }}Any command-line input or output is written as follows:
mvn test
New terms and important words ...
Read now
Unlock full access