Skip to content

sbt skeleton to get started with TDD using Scala with ScalaTest and JUnit or Specs2

Notifications You must be signed in to change notification settings

scala-geats/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz sbt skeleton

With this skeleton you can quickly get up and running doing TDD with Scala and sbt.

  1. Clone this repo
  2. prompt>sbt
  3. sbt>~ test

There are one test class using ScalaTest and JUnit and another one using Specs2. Use one or both to get a feel for the diffetent styles.

About

sbt skeleton to get started with TDD using Scala with ScalaTest and JUnit or Specs2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages