Hi. What is the best way to unit test Custom Task ...
# gradle
m
Hi. What is the best way to unit test Custom Task (buildSrc)?. Extract logic to separate class, or what?
v
Not sure what you mean. If you have a custom task in
buildSrc
it already is a separate class, isn't it?
m
Thanks! 🙂