Unit Testing (with JUnit & Spring) – 5 January 6, 2018 user Comments Off on Unit Testing (with JUnit & Spring) – 5 package education.jtrainer.tutorial.junit; public enum CarType { SMALL, MEDIUM, MINI, COMPACT, ECONOMY }