Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Scala Test-Driven Development
  • Table Of Contents Toc
  • Feedback & Rating feedback
Scala Test-Driven Development

Scala Test-Driven Development

By : Sood
3.3 (3)
close
close
Scala Test-Driven Development

Scala Test-Driven Development

3.3 (3)
By: Sood

Overview of this book

Test-driven development (TDD) produces high-quality applications in less time than is possible with traditional methods. Due to the systematic nature of TDD, the application is tested in individual units as well as cumulatively, right from the design stage, to ensure optimum performance and reduced debugging costs. This step-by-step guide shows you how to use the principles of TDD and built-in Scala testing modules to write clean and fully tested Scala code and give your workflow the change it needs to let you create better applications than ever before. After an introduction to TDD, you will learn the basics of ScalaTest, one of the most flexible and most popular testing tools around for Scala, by building your first fully test-driven application. Building on from that you will learn about the ScalaTest API and how to refactor code to produce high-quality applications. We’ll teach you the concepts of BDD (Behavior-driven development) and you’ll see how to add functional tests to the existing suite of tests. You’ll be introduced to the concepts of Mocks and Stubs and will learn to increase test coverage using properties. With a concluding chapter on miscellaneous tools, this book will enable you to write better quality code that is easily maintainable and watch your apps change for the better.
Table of Contents (10 chapters)
close
close

Project structure


We will need to define a project structure similar to the one we did in Chapter 1, Hello, TDD!. This time though, we have IntelliJ at our side, so we can use IntelliJ to create the structure for us. Follow these steps:

  1. From the welcome window for IntelliJ, select Create New Project.

  2. From the next dialog, select Scala from the left-hand margin and SBT from the right hand. Click on Next:

  3. In the next dialog box, enter the project and version. This includes the name of project and its location. Name the project BaseConversionAPI. It also asks for version information about Scala and SBT you are using. Leave other options as default for now. Click on Finish.

This will create a project structure similar to the one we had created in Chapter 1, Hello, TDD!. Now add ScalaTest as a dependency in build.sbt:

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.6" % "test"

IntelliJ will automatically trigger the SBT tasks to bring in the dependencies as soon as build.sbt is...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Scala Test-Driven Development
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon