Skip to content

Merge pull request #50 from axonivy-market/Add_Feature_Request_Template #341

Merge pull request #50 from axonivy-market/Add_Feature_Request_Template

Merge pull request #50 from axonivy-market/Add_Feature_Request_Template #341

GitHub Actions / Test Results succeeded Jul 26, 2024 in 0s

All 86 tests pass in 14s

86 tests   86 ✅  14s ⏱️
15 suites   0 💤
15 files     0 ❌

Results for commit 50e3b05.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

86 tests found

There are 86 tests, see "Raw output" for the full list of tests.
Raw output
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldCalculateTotalDurationWithDefault
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldCalculateTotalDurationWithSMALPROJECT
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldCheckCustomInfo
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFfindAllTasksAtTaskB
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindAllTasksAtNewStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindAllTasksAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindAllTasksAtStartIncludeAlternative
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindAllTasksAtTaskC
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindAllTasksOfExternalFlowAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathOfExternalFlowAtNewStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathOfInternalFlowAtNewStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathOfInternalFlowAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathOfMixedFlowAtNewStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathOfMixedFlowAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathWithProcessFlowOverridesAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathWithoutFlowNameAtNewStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathWithoutFlowNameAtStart
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathWithoutFlowNameAtTaskB
com.axonivy.utils.process.inspector.test.FlowExampleBasicTest ‑ shouldFindTasksOnPathWithoutFlowNameAtTaskC
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldCalculateEstimateDuratioUseCaseBIGPROJECTAtTaskBAndTaskC
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindAllTasksAtStart
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindAllTasksAtTaskC
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindAllTasksAtTaskFAndTaskB
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindAllTasksAtTaskKAndTaskF
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindTasksOnPathAtStart
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindTasksOnPathAtTaskC
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindTasksOnPathAtTaskCWithInternal
com.axonivy.utils.process.inspector.test.FlowExampleComplexTest ‑ shouldFindTasksOnPathWithProcessFlowOverridesAtTaskC
com.axonivy.utils.process.inspector.test.FlowExampleErrorTest ‑ shouldFindTasksOnPathAtStartWithFlowNameSuccess
com.axonivy.utils.process.inspector.test.FlowExampleErrorTest ‑ shouldThrowExceptionWhenFindTasksOnPathAtStart2WithFlowNameNull
com.axonivy.utils.process.inspector.test.FlowExampleErrorTest ‑ shouldThrowExceptionWhenFindTasksOnPathAtStart2WithInternal
com.axonivy.utils.process.inspector.test.FlowExampleErrorTest ‑ shouldThrowExceptionWhenFindTasksOnPathAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.FlowExampleLoopTest ‑ shouldFindAllTasksStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.FlowExampleLoopTest ‑ shouldFindTasksOnPathAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.FlowExampleLoopTest ‑ shouldFindTasksOnPathAtStartWithFlowNameSuccess
com.axonivy.utils.process.inspector.test.FlowParallelInOrderCaseTest ‑ shouldFindTasksOnPathByCaseAtStart3(BpmClient)
com.axonivy.utils.process.inspector.test.FlowParallelInOrderCaseTest ‑ shouldFindTasksOnPathByCaseAtTaskBAndTaskC(BpmClient)
com.axonivy.utils.process.inspector.test.FlowParallelInOrderCaseTest ‑ shouldshouldFindAllTasksAtStart(BpmClient)
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldCalculateTotalDurationAtStartWithoutUseCase
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldCalculateTotalDurationWithBIGPROJECT
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldCalculateTotalDurationWithSMALPROJECT
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindAllTasksAtStart
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindAllTasksAtStart3
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindAllTasksAtStart5
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtStart3
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtTaskA2AndTaskE2AndTaskF2AndTaskG2
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtTaskBAndTaskC
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtTaskC2AndTaskD2AndTaskE2AndTaskF2AndTaskG2
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtTaskC3AndTaskD3AndTaskE3
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldFindTasksOnPathAtTaskG2AndTaskI2
com.axonivy.utils.process.inspector.test.FlowParallelInOrderTest ‑ shouldSetRightStartTimestampForTaskD
com.axonivy.utils.process.inspector.test.FlowSubProcessCaseTest ‑ shouldCalculateWorstCaseDuration(BpmClient)
com.axonivy.utils.process.inspector.test.FlowSubProcessCaseTest ‑ shouldFindAllTasksAtStart(BpmClient)
com.axonivy.utils.process.inspector.test.FlowSubProcessCaseTest ‑ shouldFindAllTasksAtStart3(BpmClient)
com.axonivy.utils.process.inspector.test.FlowSubProcessCaseTest ‑ shouldFindAllTasksAtWaitTask(BpmClient)
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindAllTasksAtStart4
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindAllTasksAtStart4OnEndPath
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindAllTasksAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindSubProcessTestAtStart2
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindTaskParentNames
com.axonivy.utils.process.inspector.test.FlowSubProcessTest ‑ shouldFindTasksOnPathAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindAllTasksAtStartWithFlowNameNullAndContainDefaultTaskName
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindAllTasksStart5
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindDefaultDuration
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindOverrideDuration
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindTasksOnPathAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.ParallelTasksExampleTest ‑ shouldFindTasksOnPathAtStartWithFlowNameShortcut
com.axonivy.utils.process.inspector.test.TaskTypesExampleTest ‑ shouldFindAllTasksAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.TaskTypesExampleTest ‑ shouldFindAllTasksOnPathAtStartWithFlowNameNull
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetDurationBetweenStartAndEndAtWeekend
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetDurationBetweenStartAndTheSameDay
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetDurationBetweenStartAtNoBusinessTimeAndEndAtBusinessTime
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetDurationBetweenStartAtPreoisWeekAndEndAtWeek
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetDurationBetweenStartAtWeekendAndEndAtBusinessTime
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetRightBusinessTimeWithStartTimeAtBusinessTime
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetRightBusinessTimeWithStartTimeAtNotBusinessTime
com.axonivy.utils.process.inspector.test.helper.DateTimeHelperTest ‑ shouldGetRightBusinessTimeWithStartTimeAtWeekend
com.axonivy.utils.process.inspector.test.helper.TaskHelperTest ‑ shouldGetBaseElementOfIsNull(BpmClient)
com.axonivy.utils.process.inspector.test.helper.TaskHelperTest ‑ shouldGetBaseElementOfTaskB(BpmClient)
com.axonivy.utils.process.inspector.test.internal.ProcessGraphTest ‑ shouldGetTaskId
com.axonivy.utils.process.inspector.test.internal.ProcessGraphTest ‑ shouldGetTaskIdOfMultiTask
com.axonivy.utils.process.inspector.test.internal.ProcessGraphTest ‑ shouldIsSystemTask
com.axonivy.utils.process.inspector.test.internal.WorkflowDurationTest ‑ shouldGetDurationOfTaskCWithUseCaseBIGPROJECT
com.axonivy.utils.process.inspector.test.internal.WorkflowDurationTest ‑ shouldGetDurationOfTaskCWithUseCaseMEDIUMPROJECT
com.axonivy.utils.process.inspector.test.internal.WorkflowDurationTest ‑ shouldGetDurationOfTaskCWithUseCaseSMALLPROJECT
com.axonivy.utils.process.inspector.test.internal.WorkflowFinderTest ‑ shouldFindPathAtStart