Searched refs:runStart (Results 1 – 1 of 1) sorted by relevance
67 private long runStart = 0; field in XMLReporter143 runStart = System.currentTimeMillis(); in testRunStarted()197 String aRunStartStr = dateFormat.format( new Date( runStart)); in store()200 double fDuration = (nRunEnd - runStart) / 1000.0; in store()