You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Add : Unit to function signature to have it generate void as return type in bytecode)
Deliverables
Please would it be possible to either:
Make JUnit tests accept @Test that return things beside void, potentially just disregarding the return type
Issue a VERY LARGE, blatant error/warning message when No tests were found that JUnit only resolves @Test methods of type void. Something like No tests returning type "void" were found. JUnit only resolves tests of type "void".