commit | dce6dfe44d952591780ef2a8b2375d4d1de5f5ba | [log] [tgz] |
---|---|---|
author | danielhanrahan <daniel.hanrahan@est.tech> | Fri Apr 21 10:54:11 2023 +0100 |
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | Fri Apr 21 09:58:47 2023 +0000 |
tree | e53cbfd08d24dd1ac4c7544fa122e7c0df21ec43 | |
parent | b3c3d36266493a93cb40a5d76de9fc5b80fec789 [diff] |
Use exact type for objectUnderTest in groovy tests Intelli-J doesn't know the type of objectUnderTest since it is assigned in setup function. Thus many IDE features such as as JavaDocs and error detection of wrong arguments are unavailable. By setting the exact type, all IDE features are enabled. Issue-ID: CPS-1621 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I3dabf82ef9d07b3c18f9820fa768344c2eeec1b6