GraphDAOTest class
Name | Expected result | Parameters | Actual result | Comments | |
---|---|---|---|---|---|
1 | getGraphs() | All graphs with tabID are shown. | All graphs are returned to the user. | ||
2 | getUserTabsSqlException() | A databaseException will be thrown after a SQLException. | A SQLException is thrown. | Wrong exception is thrown. |
Tabel 1: Tests GraphDAOTest
TabDAOTest class
Name | Expected result | Parameters | Actual result | Comments | |
---|---|---|---|---|---|
1 | getUserTabsCorrectly() | All tabs from the user | All graphs are returned to the user. | ||
2 | getUserTabsSqlException() | A databaseException will be thrown after a SQLException. | A SQLException is thrown. | Wrong exception is thrown. |