Add test package to api-common offerings to implement test templates
The plan here is to add a package that will be used in testing and provide test templates that take care of most of the checks that we need. This will allow us to write simpler and faster test cases since we are just repeating the same tests with different parameters, and allow us to easily update how we test all of our classes quickly and efficiently.