Constructs a TestCase. Since TestCase is an abstract class, this
constructor is called only at the time a TestCase subclass is being
constructed.
Logging.report(Logging.WARNING, LogChannels.LC_CORE,
"DEBUG: NamsTestCase: constructor ... " +
this.getClass().getName());
if (namsNotifier == null)
namsNotifier = new NamsNotifier();