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

Exract async code to separate classes #6258

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Conversation

Latropos
Copy link
Contributor

@Latropos Latropos commented Jul 11, 2024

Summary

Previously to use function runOnUIBlocking we need a reference to TestRunner.
I wanted to use runOnUIBlocking while implementing some other feature
(expect(()=>{}).toThrow()) and found it a bit troublesome. Therefore I've decided to extract this code into separate class first.

Test plan

@Latropos Latropos marked this pull request as ready for review July 11, 2024 11:40
@Latropos Latropos requested a review from piaskowyk July 11, 2024 11:40
@Latropos Latropos requested a review from piaskowyk July 15, 2024 09:09
@Latropos Latropos added this pull request to the merge queue Jul 15, 2024
Merged via the queue into main with commit d7de282 Jul 15, 2024
5 checks passed
@Latropos Latropos deleted the acynk/extract-clock-classes branch July 15, 2024 12:06
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