Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
124 | 0 | 0 | 0 | 100% | 5.574 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
org.itracker.model.util | 53 | 0 | 0 | 0 | 100% | 1.393 |
org.itracker.persistence.dao | 71 | 0 | 0 | 0 | 100% | 4.181 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.itracker.model.util
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
NotificationUtilitiesIT | 3 | 0 | 0 | 0 | 100% | 0.017 | |
ProjectUtilitiesIT | 6 | 0 | 0 | 0 | 100% | 0.281 | |
UserUtilitiesIT | 11 | 0 | 0 | 0 | 100% | 0.958 | |
IssueUtilitiesIT | 29 | 0 | 0 | 0 | 100% | 0.113 | |
WorkflowUtilitiesIT | 4 | 0 | 0 | 0 | 100% | 0.024 |
org.itracker.persistence.dao
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
UserPreferencesDAOImplIT | 1 | 0 | 0 | 0 | 100% | 0.019 | |
ProjectDAOImplIT | 4 | 0 | 0 | 0 | 100% | 0.073 | |
IssueRelationDAOImplIT | 2 | 0 | 0 | 0 | 100% | 3.057 | |
BaseHibernateDaoImplIT | 6 | 0 | 0 | 0 | 100% | 0.051 | |
WorkflowScriptDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.016 | |
CustomFieldValueDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.032 | |
ProjectScriptDAOImplIT | 4 | 0 | 0 | 0 | 100% | 0.061 | |
ReportDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.018 | |
NotificationDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.061 | |
IssueHistoryDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.058 | |
LanguageDAOImplIT | 4 | 0 | 0 | 0 | 100% | 0.034 | |
CustomFieldDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.014 | |
VersionDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.043 | |
PermissionDAOImplIT | 3 | 0 | 0 | 0 | 100% | 0.038 | |
ConfigurationDAOImplIT | 3 | 0 | 0 | 0 | 100% | 0.027 | |
UserDAOImplIT | 9 | 0 | 0 | 0 | 100% | 0.146 | |
IssueAttachmentDAOImplIT | 5 | 0 | 0 | 0 | 100% | 0.107 | |
IssueActivityDAOImplIT | 3 | 0 | 0 | 0 | 100% | 0.055 | |
IssueDAOImplIT | 11 | 0 | 0 | 0 | 100% | 0.249 | |
ComponentDAOImplIT | 2 | 0 | 0 | 0 | 100% | 0.022 |
Test Cases
[Summary] [Package List] [Test Cases]
ProjectDAOImplIT
testFindByStatus | 0.019 | |
testFindAllAvailable | 0.019 | |
testCreateProject | 0.018 | |
testGetLastIssueUpdateDate | 0.016 |
BaseHibernateDaoImplIT
testMerge | 0.013 | |
testSave | 0.006 | |
testRefresh | 0.008 | |
testDelete | 0.008 | |
testDetach | 0.008 | |
testSaveOrUpdate | 0.007 |
ProjectScriptDAOImplIT
testFindByProject | 0.023 | |
testFindAll | 0.013 | |
testFindByPrimaryKey | 0.012 | |
testFindByProjectField | 0.012 |
ProjectUtilitiesIT
getScriptPrioritySize | 0.06 | |
testGetOptions | 0.047 | |
testGetScriptPriorityLabelKey | 0.044 | |
testHasOption | 0.042 | |
testGetStatusNames | 0.045 | |
testGetStatusName | 0.043 |
LanguageDAOImplIT
testFindByLocale | 0.01 | |
testFindByKeyAndLocale | 0.007 | |
testFindByID | 0.008 | |
testFindByKey | 0.007 |
UserUtilitiesIT
UserDAOImplIT
IssueUtilitiesIT
IssueAttachmentDAOImplIT
testFindAll | 0.027 | |
testFindByFileName | 0.022 | |
testCountAll | 0.02 | |
testFindByIssue | 0.02 | |
testFindByPrimaryKey | 0.017 |
IssueActivityDAOImplIT
testFindByIssueIdAndNotification | 0.025 | |
testFindById | 0.014 | |
testFindByIssueId | 0.016 |
WorkflowUtilitiesIT
testProcessFieldScripts | 0.006 | |
testGetEventName | 0.009 | |
testGetEvents | 0.005 | |
testGetListOptions | 0.004 |