Added by Alex Ruiz, last edited by Alex Ruiz on Mar 06, 2009  (view change)

Labels:

fest fest Delete
assert assert Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

I think the assert documentation should include a section on doing asserts on objects that are timing sensitive.  An example would be a login test.  You would want an assert to check the user object and its contents after clicking the login button.  But obviously that's dependent on the time it takes for the login process to complete.

Actually, this comment relates more to the "Assertion with timeouts" section.  As a new fest user I can't find any documentation on here about doing simple asserts that are dependent on other threads finishing their work (EDT or swing worker threads).

Posted by Gabriel Bastien at Nov 02, 2009 10:14 Updated by Gabriel Bastien