- Scala Test-Driven Development
- Gaurav Sood
- 190字
- 2021-07-08 10:44:56
Conventions
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, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The cancel()
method forces the test to be interrupted."
A block of code is set as follows:
test("one plus one with result") { val two = 2 assertResult(two) { 1 + 1 } }
Any command-line input or output is written as follows:
$ sbt test [info] Loading project definition from /helloworld/project [info] Set current project to Chap1 (in build file:/Packt/ helloworld /) [info] Compiling 1 Scala source to /Packt/ helloworld /target/scala/classes...
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Tail-call optimization is where we can escape allocating a new stack frame for a function."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- C及C++程序設計(第4版)
- PostgreSQL 11從入門到精通(視頻教學版)
- C語言程序設計案例精粹
- Java 11 Cookbook
- Android開發:從0到1 (清華開發者書庫)
- UVM實戰
- Android移動開發案例教程:基于Android Studio開發環境
- R語言:邁向大數據之路(加強版)
- SSH框架企業級應用實戰
- INSTANT Apache Hive Essentials How-to
- 零基礎學SQL(升級版)
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Docker on Windows
- Learning Dynamics NAV Patterns
- C++ Data Structures and Algorithm Design Principles