stable
Clone or download
Read-only
Closes request #23433 Clean program management tests
in Adapter an Domain class are now all declared as final, they are no longer mocked in unit tests Change-Id: Id8add1d8347997f4d8e8a72dbe8a29085d068a2c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/ProgramAccessException.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/TrackerNotFoundException.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Templates/ProgramTemplate.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Templates/TeamTemplate.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/rest/v1/ProjectResourceTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorPresenterBuilderTest.php | +10 | −26 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/ProgramBaseInfoBuilderTest.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/IterationCreatorCheckerBuilder.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/ProgramIncrementCreatorCheckerBuilder.php | +47 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +11 | −31 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php | +4 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGathererTest.php | +11 | −25 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TrackerErrorPresenterTest.php | +4 | −7 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramIncrementTrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveMirroredIterationTrackerStub.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementTrackerStub.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/AsciiRegisteredToUnicodeConvertorTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/ProgramTemplateTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/TeamTemplateTest.php | +1 | −1 | Go to diff View file |