Class DumpStackTracesTimer

  • All Implemented Interfaces:
    Runnable

    public class DumpStackTracesTimer
    extends TimerTask
    Starts a task which will dump stack trace information after some time. Mostly a copy of org.eclipse.test.EclipseTestRunner.startStackDumpTimeoutTimer(). Necessary to know whether and where tests are hanging if a timeout occurred during tests.
    Author:
    sandreev