how to add a unit test for the task?
Open
in:writing-gradle-tasks
- Dominant language
- Java
- Stars
- 48
- Forks
- 36
- Avg merge
- 7h 37m
- Merged PRs (30d)
- 8
Description
@soloturn commented on [Sun Feb 24 2019](https://github.com/gradle-guides/writing-gradle-tasks/issues/14)
in former times, one could do for the unit test:
```
task.execute
```
can you please add a unit test for your hello-world task which checks it is working ok?
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the hello-world task and review how the guide currently demonstrates task execution, including the task.execute example. Determine where a unit test belongs and use it to verify that the hello-world task works correctly.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100