-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Tasks smoke test #5628
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
Add Tasks smoke test #5628
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5628 +/- ##
=========================================
Coverage 46.71% 46.71%
Complexity 24629 24629
=========================================
Files 2351 2351
Lines 256127 256127
Branches 29325 29325
=========================================
Hits 119648 119648
Misses 127559 127559
Partials 8920 8920Continue to review full report at Codecov.
|
|
|
||
| @Test | ||
| public void run() { | ||
| main(null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor - want to inline this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed the existing format for the generated SmokeTests (example)
This test is adapted from java-docs-samples.