TCK is missing tests for standalone Asynchronous
See original GitHub issueThe TCK also misses a test that FaultToleranceDefinitionException
is thrown if a method annotated with @Asynchronous
does not return Future
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Testing
This chapter covers Spring's support for integration testing and best practices for unit testing. The Spring team advocates test-driven ...
Read more >Contexts and Dependency Injection
A typical example is a bean injecting a portable extension. In such case, it's possible to exclude types and dependencies from the bean...
Read more >Asynchronous Tests and Expectations
Asynchronous code doesn't execute directly within the current flow of code. This might be because the code runs on a different thread or...
Read more >Table of Contents - Micronaut Documentation
A low-level HTTP client is provided which you can use to test the HelloController created in the previous section. Testing Hello World. Java...
Read more >Maven Central Repository Search
Official search by the maintainers of Maven Central Repository.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just a though, but wouldn’t a standalone @Asynchronous annotation more belong in a concurrency spec?
Taking it