Searched defs:testStartTime (Results 1 – 3 of 3) sorted by relevance
76 long testStartTime = System.currentTimeMillis(); in runTest() local
155 Instant testStartTime = Instant.now(); in populateWithAggregation_flagsEnabled_readAccessLogRecorded() local
82 public static void resetTime(ITestDevice device, Instant testStartTime, Instant deviceStartTime) in resetTime()