Skip to content

chenfh5/scala-auto-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

try to shwo how to use,

  • sbt[1], to build and manage scala project and its dependencies/plugins,
  • Scalafmt[2], to have a uniform format for personal and team projects for easy maintenance and handover
  • ScalaTest[3], to test your written code making you braver to refactor it
  • ScalaMock[4], to mock your interface return making it easier to test your function as expected
  • ScalaMeter[5], to benchmark your written code

Versions

local install

add as sbt dependency

Quickstart

  • run sbt test
  • Run PrdBmTest

Reference

  1. sbt
  2. Scalafmt
  3. ScalaTest
  4. ScalaMock
  5. ScalaMeter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages