Searched refs:endDump (Results 1 – 1 of 1) sorted by relevance
159 return new Persistence.TestCase(setup, launchRecord.initialDump, launchRecord.endDump, in runAndSerialize()208 StateDump endDump = waitDumpAndTrim(getLast(activityLog)); in run() local210 return new LaunchRecord(initialDump, endDump, activityLog); in run()227 public final StateDump endDump; field in LaunchRunner.LaunchRecord234 public LaunchRecord(StateDump initialDump, StateDump endDump, in LaunchRecord() argument237 this.endDump = endDump; in LaunchRecord()