phamow / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

Add support for lazy-loaded descriptions for assertions #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, all assertions take a String as their descriptions. This
description is displayed only when an assertion is not true. The problem is
that there are descriptions that are expensive to create, and if there are
no failures, that will result in waste.

A typical example is FEST-Swing, where the description of a property in a
GUI component needs to create a user-friendly description of such
component. This description reads certain properties of the GUI component
and MUST be accessed from the event dispatch thread.

Original issue reported on code.google.com by Alex.Rui...@gmail.com on 29 Oct 2008 at 1:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Set the module as a label, instead of being part of the title.

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 5:12