Closed
Description
Preconditions (*)
- Checkout latest 2.3-develop branch.
Steps to reproduce (*)
- Find the following list of annotations in the unit tests:
- @expectedExceptionText
- @expectedMessage
- @message
- @exceptedExceptionMessage
- @exectedExceptionMessage
- @ExceptedExceptionMessage
- @expected
- @expecteExceptionMessage
- @true
- @assertException
- @paran
Expected result (*)
- Unit tests annotations related to exception message validation are fixed to use proper annotation:
@expectedExceptionMessage
according to official documentation - Invalid annotations (like
@true
) removed or replaced with correct annotation depends on context
Actual result (*)
- Unit tests are using incorrect annotations thus exception messages are not properly validated
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release