Lab
In this lab you will build a JUnit test class for each of the entities we created in the introductory chapter. Customer and Address have already been completed in the previous SkillDrills.
- Build a JUnit test class for the
Staffentity calledStaffTest. -
Write a test that makes sure the
Staffclass's field mappings are correct for:firstNamelastNameemail
-
Build JUnit test class for the
Languageentity calledLanguageTest. -
Write a test that makes sure the
Languageclass's field mappings are correct for:name
-
Build JUnit test class for the
Filmentity calledFilmTest. - Write a test that makes sure the
Filmclass's field mappings are correct for:titledescriptionreleaseYearrentalRatelengthreplacementCost