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:

    Project structure

  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 ...

Get Scala Test-Driven Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.