Concordion > Displaying Results > Success >

Empty Elements

If the element is empty then a non-breaking space (&#160) is inserted so that there is something there to show the success.

Example

<span concordion:assertEquals="username"/>

When marked as a success becomes:

<span concordion:assertEquals="username" class="success">&#160;</span>