CameronWills / OEUnit

Unit testing framework for OpenEdge ABL
25 stars 14 forks source link

AssertString:IsNotNullOrEmpty does not use failMessage parameter #8

Closed msabbott closed 10 years ago

msabbott commented 10 years ago

Method AssertString:IsNotNullOrEmpty(val,failMessage) does not pass the failMessage parameter to subsequent calls to Assert:IsNotNull and Assert:AreNotEqual and instead calls the variants without these parameters.

This causes a default message to be returned when one has been passed as a parameter.