Skip to content

hirochirac/echotest-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Very simple example including an App and a few tests (illustrating different testing styles).

Running the app

sbt run

Running the tests

sbt test

Determining test coverage

sbt scoverage:test

Now open this file in a web browser:

target/scala-2.10/scoverage-report/index.html

Running a Scala console

This allows you to explore the functionality of the classes in this project in a Scala REPL while letting sbt set the classpath for you.

sbt console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%