Skip to content

Conversation

smeyer198
Copy link
Contributor

@smeyer198 smeyer198 commented Oct 7, 2025

When extracting the assertions from the test methods, CryptoAnalysis considers only the orgininal test method and no other methods. This is because it tries to traverse the call graph in opposite direction, i.e. it tries to find other methods by looking on edges that lead into the test method. However, since the test method is the entry point, there are no other methods. Instead, it has to check the methods that are exiting the test method, i.e. the methods out of the initial test method. Recursively, CryptoAnalysis then checks all reachable methods in the call graph.

Thanks to @Hazem-Gamall for spotting this mistake

Copy link
Collaborator

@swissiety swissiety left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 nice finding @smeyer198 @Hazem-Gamall

@swissiety swissiety added this pull request to the merge queue Oct 13, 2025
Merged via the queue into develop with commit 403e9a3 Oct 13, 2025
11 checks passed
@swissiety swissiety deleted the fix/assertion-extraction branch October 13, 2025 08:19
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

Successfully merging this pull request may close these issues.

2 participants