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
- run sbt test
- Run
PrdBmTest