Package com.example.cardiacrecorder
Class RecordAddDeleteUnitTest
java.lang.Object
com.example.cardiacrecorder.RecordAddDeleteUnitTest
Example local unit test, which will execute on the development machine (host).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTesting addRecord methodvoidtesting addRecord method for exceptionsvoidtesting count methodvoidtesting deleteRecord methodvoidtesting deleteRecord method for exceptions
-
Constructor Details
-
RecordAddDeleteUnitTest
public RecordAddDeleteUnitTest()
-
-
Method Details
-
testAddRecord
public void testAddRecord()Testing addRecord method -
testAddRecordException
public void testAddRecordException()testing addRecord method for exceptions -
testDeleteRecord
public void testDeleteRecord()testing deleteRecord method -
testDeleteRecordException
public void testDeleteRecordException()testing deleteRecord method for exceptions -
testCountRecord
public void testCountRecord()testing count method
-