Forum Post: RE: ABLUnit the point of OpenEdge.Core.Assert:isTrue( logicalFlag,...

  • Thread starter Thread starter DivyaTheja
  • Start date Start date
Status
Not open for further replies.
D

DivyaTheja

Guest
Hello Sebastien, ABLUnit provides Assert method in two variants. Assert:IsTrue(logicalVar) Assert:IsTrue(logicalVar,logicalVarName) Functionality of both methods is same until assertion fails. If assertion fails, 1. First method - simply provides message saying "Expected TRUE but was FALSE". 2. Second method - Provides details saying " logicalVarName is not true". As you mentioned, second method provides detailed information of the failure. It is up to the user to use which method. If user wants details of variable/function being failed, they can make use of the second one. As far as i know, there are no ABLUnit sample projects being shipped for . -DivyaTheja

Continue reading...
 
Status
Not open for further replies.
Back
Top