Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
30 0 0 0 100% 4.517

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
me.julb.applications.github.actions 28 0 0 0 100% 4.408
me.julb 2 0 0 0 100% 0.109

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

me.julb.applications.github.actions

Class Tests Errors Failures Skipped Success Rate Time
ManageMilestoneGitHubActionTest 28 0 0 0 100% 4.408

me.julb

Class Tests Errors Failures Skipped Success Rate Time
ApplicationTest 2 0 0 0 100% 0.109

Test Cases

[Summary] [Package List] [Test Cases]

ManageMilestoneGitHubActionTest

whenExecuteCloseMilestoneExists_thenMilestoneClosed 2.683
whenCreateGHMilestoneOpenEmptyMilestone_thenOpenMilestone 0.028
whenExecuteOpenMilestoneExists_thenMilestoneOpened 0.045
whenGetInputTitleNotProvided_thenFail 0.024
whenConnectApi_thenVerifyOK 1.329
whenExecuteDeleteMilestoneNotExists_thenMilestoneDeleted 0.017
whenGetGHMilestoneExist_thenReturnRef 0.089
whenCreateGHMilestoneOpenExistingClosedMilestone_thenOpenMilestone 0.004
whenGetGHMilestoneNull_thenThrowNullPointerException 0.002
whenGetInputDueOnEmpty_thenReturnEmpty 0.003
whenDeleteGHMilestoneEmpty_thenLogMessage 0.003
whenGetInputDescriptionPresent_thenReturnValue 0.002
whenDeleteGHMilestoneNull_thenThrowNullPointerException 0.002
whenCreateGHMilestoneCloseExistingOpenMilestone_thenCloseMilestone 0.005
whenDeleteGHMilestonePresent_thenDeleteGhMilestone 0.003
whenGetInputStateProvided_thenReturnValue 0.006
whenGetInputStateNotProvided_thenReturnDefaultValue 0.002
whenGetInputDueOnPresent_thenReturnValue 0.007
whenGetInputTitle_thenReturnValue 0.005
whenCreateGHMilestoneNull_thenThrowNullPointerException 0.002
whenCreateGHMilestoneCloseExistingClosedMilestone_thenCloseMilestone 0.003
whenGetGHMilestoneDoesNotExist_thenReturnEmpty 0.002
whenExecuteOpenMilestoneNotExists_thenMilestoneOpened 0.007
whenGetInputDueOnInvalid_thenThrowIllegalArgumentException 0.002
whenCreateGHMilestoneOpenExistingOpenMilestone_thenOpenMilestone 0.003
whenExecuteCloseMilestoneNotExists_thenMilestoneClosed 0.007
whenExecuteDeleteMilestoneExists_thenMilestoneDeleted 0.005
whenGetInputDescriptionEmpty_thenReturnEmpty 0.002

ApplicationTest

whenExecuteMainWithImplementation_thenExecuteAction 0.107
whenExecuteMainWithNoImplementation_thenFail 0.001