Anapher/Strive

View on GitHub
src/Services/ConferenceManagement/Strive.IntegrationTests/_Helpers/SynchronizedObjectListener.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method WaitForEventInternal has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private async Task WaitForEventInternal(Func<bool> testCondition, TimeSpan timeout)
        {
            var timeoutTimestamp = DateTimeOffset.UtcNow.Add(timeout);
            var autoResetEvent = new AsyncAutoResetEvent(false);

    There are no issues that match your filters.

    Category
    Status