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
`InteractionRunner.validateTestTarget()` throws an `IndexOutOfBoundsException`
when it tries to `return annotatedFields[0]` if the collection is empty.
Instead it should return nothing as it adds an `Exception` to the
`errors` list prior to the return statement, and this fulfills the
expectation of the caller and mirrors the other `validateX()` methods
in the class.
0 commit comments