...
Give it a class name (the automatic one should be fine) and make sure the location is in Test Packages.
Rename each test function to say exactly what it tests, i.e. testSavePatientShouldUsePrivileges or testSavePatientShouldSavePatient
To add in data to be tested for a table, make sure to add a Test-inititalData.xml file into your src/test/resources:
...