SLCORE-2286 Factorize analysis utilities for ITs, reduce flaky tests#1981
SLCORE-2286 Factorize analysis utilities for ITs, reduce flaky tests#1981damien-urruty-sonarsource merged 1 commit intomasterfrom
Conversation
9dbd3ee to
62298cf
Compare
SummaryThis PR extracts common analysis patterns used across multiple integration tests into a reusable utility class, reducing code duplication and improving test reliability. Key changes:
Why it helps: The What reviewers should knowStart here: Review Watch for:
Why changes look safe: The utility properly handles Awaitility's
|
Use a single Utils class to trigger analysis, wait for completion and for issues/hotpots raise calls, consume and return issues.
62298cf to
25f3a5d
Compare
|





Use a single Utils class to trigger analysis, wait for completion and for issues/hotpots raise calls, consume and return issues.