Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6416 - Unit test methods must have no parameters and no return type

6416   Unit test methods must have no parameters and no return type

Cause

This error occurs if you include parameters or a return type in the signature of a unit test method. A unit test method cannot have parameters or return a value.

Action

Correct your coding.