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

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.
主站蜘蛛池模板: 贵溪市| 蒲江县| 怀来县| 万州区| 车致| 团风县| 建瓯市| 延吉市| 天台县| 繁峙县| 台州市| 贵德县| 辽源市| 云梦县| 石景山区| 资溪县| 兴国县| 叶城县| 来宾市| 高陵县| 达孜县| 乐陵市| 景洪市| 宜良县| 华宁县| 长泰县| 哈巴河县| 故城县| 班戈县| 丹棱县| 自贡市| 南陵县| 黄山市| 喜德县| 竹溪县| 米林县| 阳东县| 佛学| 南陵县| 华容县| 津南区|