Tests should be grouped so that they can create, update, then eventually delete the data. All the Gets are grouped together, but then later on you may need them to preform the CRUD operations.
Tests should be grouped so that they can create, update, then eventually delete the data. All the Gets are grouped together, but then later on you may need them to preform the CRUD operations.