官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In this test, we are defining that RuntimeException is expected when the ticTacToe.play(5, 2) method is invoked."

A block of code is set as follows:

public class FooTest {
  @Rule
  public ExpectedException exception = ExpectedException.none();
@Test public void whenDoFooThenThrowRuntimeException() { Foo foo = new Foo(); exception.expect(RuntimeException.class); foo.doFoo(); } }

Any command-line input or output is written as follows:

    $ gradle test

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "IntelliJ IDEA provides a very good Gradle tasks model that can be reached by clicking on View|Tool Windows|Gradle."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 灯塔市| 嘉黎县| 汉中市| 永嘉县| 会泽县| 余姚市| 射洪县| 清水河县| 边坝县| 德兴市| 凤山市| 花莲市| 兰坪| 彰武县| 迁西县| 蓬安县| 宜川县| 兴海县| 葫芦岛市| 田林县| 都匀市| 从江县| 曲阳县| 昌图县| 图片| 五原县| 潼关县| 威信县| 阿合奇县| 江华| 岗巴县| 大港区| 鄂温| 祥云县| 绿春县| 澄江县| 珠海市| 新野县| 奎屯市| 辛集市| 蕉岭县|