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.
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.