Searched defs:testDuration (Results 1 – 3 of 3) sorted by relevance
100 public testDuration: String; property in ReportItem
209 let testDuration = resultSet.getLong( variable
516 long long testDuration = (endTime - startTime) / 1000; in SetTaskInfo() local