Labels
Page: Comparing to Hamcrest
Page: Custom Error Messages
Page: Extending FEST-Assert
Page: JUnit-Specific Features
Page: Migration from JUnit
Page: More Examples
1 Comment
Hide/Show CommentsNov 02, 2009
Gabriel Bastien
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).