Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Function/Method-Based Sequence Diagrams #97

Open
Tracked by #142
nao1215 opened this issue Oct 15, 2023 · 1 comment
Open
Tracked by #142

Creating Function/Method-Based Sequence Diagrams #97

nao1215 opened this issue Oct 15, 2023 · 1 comment
Assignees

Comments

@nao1215
Copy link
Owner

nao1215 commented Oct 15, 2023

Is your feature request related to a problem? Please describe.

"Spectest" has the functionality to create sequence diagrams. However, due to the coarse granularity of the generated sequence diagrams, I want to create sequence diagrams based on method calls.

When creating function/method-based sequence diagrams, it is straightforward to perform static analysis of the code. This method eliminates the need to execute it every time during testing, addressing concerns about slow performance.

Therefore, a command-based sequence diagram generation feature is developed to facilitate verification.

@nao1215 nao1215 self-assigned this Oct 15, 2023
@nao1215
Copy link
Owner Author

nao1215 commented Oct 15, 2023

@nao1215 nao1215 mentioned this issue Oct 31, 2023
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant