Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
30 |
0 |
1 |
0 |
96,667% |
4,862 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
|
Class |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
 |
antrunsql |
1 |
0 |
1 |
0 |
0% |
1 |
fr.paris.lutece.plugins.workflow.modules.unittree.business.assignment.task.information
fr.paris.lutece.plugins.workflow.modules.unittree.service.unit
fr.paris.lutece.plugins.workflow.modules.unittree.business.assignment.task.selection.config
fr.paris.lutece.plugins.workflow.modules.unittree.service
fr.paris.lutece.plugins.workflow.modules.unittree.business.assignment
fr.paris.lutece.plugins.workflow.modules.unittree.service.task.selection.impl
Test Cases
[Summary] [Package List] [Test Cases]
ParametrableUnitSelectionConfigBusinessTest
 |
testCRUD |
0 |
UnitSelectionSpecificUnitTest
 |
testUnitSelection |
0,026 |
 |
testSaveConfigurationWhenAConfigurationIsPreviouslySaved |
0,002 |
 |
testSaveConfigurationWhenNoConfigurationIsPreviouslySaved |
0,001 |
 |
testSaveConfigurationWhenNoUnitIsSelected |
0,001 |
 |
testRemoveConfigurationWhenNoConfigurationIsPreviouslySaved |
0 |
 |
testUnitSelectionWhenConfiguredUnitIsIncorrect |
0,001 |
 |
testDisplayedFormWhenConfiguredUnitIsIncorrect |
0 |
 |
testRemoveConfigurationWhenAConfigurationIsPreviouslySaved |
0,001 |
TaskInformationDAOTest
 |
testInsertOneTaskInformation |
0,001 |
 |
testInsertTaskInformationWithNoPieceOfInformation |
0,002 |
 |
testInsertWhenTaskInformationValueIsNull |
0,003 |
 |
testInsertTwoTaskInformationToSameTask |
0,004 |
 |
testInsertTwoTaskInformationToSameHistory |
0,007 |
 |
testInsertWhenTaskInformationKeyIsNull |
0,025 |
antrunsql
 |
antrunsql
|
1 |
|
|
|
|
[sql] Failed to execute: /*==============================================================*/ /* Table structure for table unittree_notification */ /*==============================================================*/ CREATE TABLE unittree_unit_notification ( id_unit INT DEFAULT 0 NOT NULL, email VARCHAR(255) DEFAULT '' NOT NULL, has_notif int(1) NOT NULL default '0', use_email int(1) NOT NULL default '0', use_list int(1) NOT NULL default '0', PRIMARY KEY (id_unit) ) |
|
UnitAssignmentDAOTest
 |
testDeactivationOnActiveAssignment |
0 |
 |
testDeactivationOnInactiveAssignment |
0,002 |
UnitAssignmentServiceTest
 |
testCurrentAssignmentForResourcesWithDifferentTypes |
0,001 |
 |
testAssignmentsForResourcesWithDifferentTypes |
0,005 |
 |
testCurrentAssignmentWhenResourceIsInactive |
0,002 |
 |
testAssignmentsWhenResourceIsInactive |
0,001 |
 |
testCurrentAssignmentWhenResourceHasNotBeenAssigned |
0,008 |
 |
testCurrentAssignmentWhenResourceHasBeenReassigned |
0,012 |
 |
testAssignmentsWhenResourceHasBeenReassigned |
0,01 |
 |
testCurrentAssignmentBasicTest |
0,001 |
 |
testAssignmentsWhenResourceHasNotBeenAssigned |
0,001 |
 |
testAssignmentsBasicTest |
0,002 |
UnitAssignmentRemovalListenerTest
 |
testRemoveUnitWithNoAssignment |
3,695 |
 |
testRemoveUnitWithAssignments |
0,005 |