Skip to content

Merge pull request #25 from axonivy-market/Add_Code_of_Conduct #163

Merge pull request #25 from axonivy-market/Add_Code_of_Conduct

Merge pull request #25 from axonivy-market/Add_Code_of_Conduct #163

GitHub Actions / Test Results succeeded Jun 16, 2024 in 0s

All 84 tests pass in 13s

84 tests   84 ✅  13s ⏱️
15 suites   0 💤
15 files     0 ❌

Results for commit c29b2a0.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

84 tests found

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