Test Cases
🕙 Start time | ⌛ Duration |
---|---|
12/28/2024, 3:05:42 PM | 6.721 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 215.96210599999995 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 363.1313909999999 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 306.411435 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