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

ExpectNoMsg(int milliseconds) does not have an Async version - ExpectNoMsgAsync(int milliseconds) #5517

Closed
brah-mcdude opened this issue Jan 17, 2022 · 3 comments
Labels
akka-testkit Akka.NET Testkit issues
Milestone

Comments

@brah-mcdude
Copy link
Contributor

Related problem:
Test running parallelization should be facilitated by the akka test api.

The solution:
Create an "async Task ExpectNoMsgAsync(int milliseconds)" version of "void ExpectNoMsg(int milliseconds)".

Alternatives considered:
I can write my own "async Task ExpectNoMsgAsync(int milliseconds)".
But I would rather use a library version.

@brah-mcdude
Copy link
Contributor Author

@Aaronontheweb what do you think?

@Aaronontheweb Aaronontheweb added the akka-testkit Akka.NET Testkit issues label Jan 18, 2022
@Aaronontheweb
Copy link
Member

We should absolutely add this - in fact, we should have async Task overloads for every single method on the TestKit.

@Aaronontheweb Aaronontheweb added this to the 1.4.33 milestone Feb 1, 2022
@brah-mcdude
Copy link
Contributor Author

brah-mcdude commented Feb 11, 2022

Might be duplicated in this issue:
#5617
"Create ExpectNoMsgAsync() methods"

@Arkatufus - I think we can close this issue as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
akka-testkit Akka.NET Testkit issues
Projects
None yet
Development

No branches or pull requests

2 participants