Test Cases
| 🕙 Start time | ⌛ Duration |
|---|---|
| 10/23/2025, 8:27:31 AM | 8.275 s |
| ✅ Passed | ❌ Failed | ⏩ Skipped | 🚧 Todo | ⚪ Total | |
|---|---|---|---|---|---|
| Test Suites | 16 | 0 | 0 | 0 | 16 |
| Tests | 48 | 0 | 0 | 0 | 48 |
✅ tests/sequenceParser.test.ts
13 passed, 0 failed, 0 skipped, 0 todo, done in 382.1036529999992 s
✅ Common
✅ Empty Input Error
✅ Invalid Diagram Type
✅ Empty Diagram
✅ Actors
✅ Actors and participants
✅ Notes
✅ Side note
✅ Spanning note
✅ Messages
✅ Simple message
✅ Loop message
✅ Different arrow messages
✅ Activations
✅ Simple activations
✅ Complex activations
✅ Double actor activations
✅ Three actors activations✅ tests/stateDiagram.test.ts
16 passed, 0 failed, 0 skipped, 0 todo, done in 375.4305080000004 s
✅ state Diagram Parser › common
✅ blankInput
✅ invalidDiagram
✅ duplicateActions
✅ emptyStateDiagram
✅ simpleTransition
✅ simpleTransitionCompleted
✅ simpleTransitionWithComments
✅ stateDiagramWithChoice
✅ stateDiagramWithFork
✅ stateDiagramWithLoopCondition
✅ stateDiagramWithLeftSideNote
✅ stateDiagramWithRightSideNote
✅ stateDiagramWithChoiceAndNote
✅ stateDiagramWithSameAction
✅ stateDiagramWithNamedStates
✅ stateDiagramDoublePath
✅ state Diagram Parser✅ tests/stateParser.test.ts
19 passed, 0 failed, 0 skipped, 0 todo, done in 453.83568099999957 s
✅ state Diagram Parser › common
✅ empty Input Error
✅ invalid Diagram Type
✅ empty Diagram
✅ state Diagram Parser › notes
✅ one Line
✅ empty Note
✅ left side note
✅ right side note
✅ multiline note
✅ state Diagram Parser › states And Actions
✅ simple Transition
✅ named State
✅ simple Completed Transition
✅ simple Transition With Comments
✅ all States To End
✅ double Transitions
✅ state Diagram Parser › forks
✅ simple
✅ normal
✅ state Diagram Parser › choices
✅ simple
✅ double Path
✅ loop
✅ state Diagram Parser