Incoming files and test descriptions are sorted by their name during
processing, this method allows adjustment of the comparison method to
be used during this sorting.
Set the mode which defines how often to automatically check
for updated exclude lists, when the exclude list mode is set
to LATEST_EXCLUDE_LIST, and the automatic check is enabled.
This method is called by the harness and it indicates to the viewer that it should
check the given TestResult object for changes.
There can be three possible cases:
TestResult is a different test, therefore the viewer should fully update the panel
TestResult is the current test, the viewer should check the result for updates
TestResult is null.
Show a confirmation dialog with Yes and No buttons,
using a resource to specify the title and component for the message.
The resources used are:
uiKey.title the title for the dialog
The method will block until the dialog is dismissed by the user.