spectest icon indicating copy to clipboard operation
spectest copied to clipboard

Creating Function/Method-Based Sequence Diagrams

Open nao1215 opened this issue 2 years ago • 1 comments

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 avatar Oct 15 '23 14:10 nao1215

Ref. https://github.com/ondrajz/go-callvis

nao1215 avatar Oct 15 '23 14:10 nao1215