TST Exercises by Nick Baker

How to run

A full SBT environment is included which you can use to quickly test the various capabilities of this project

  1. From the root directory execute ./sbt to enter the SBT shell

Commands:

  • run Rates - Display Rates
  • run Promos - Show all Promo Combinations
  • run Promo XX - Show all Promo Combinations for the given argument (P1, P3)

Execute Tests

Standard SBT test support ./sbt test