[Chandler-dev] Check_Equality

Alec Flett alecf at osafoundation.org
Mon May 8 17:10:54 PDT 2006


Something to make writing tests just a LITTLE bit easier that I just 
added....

view = UITestView(logger)
view.Check_Equality(value1, value2, "My value test")

You'll get automatic ReportPass/Failure with the value of value1 and 
value2 in the log on a failure, with the given message in either case. 
Check out TestTableSelection.py for an example....

Alec


More information about the chandler-dev mailing list