示例#1
0
 /**
  * Recover each member of SamplePackage to the state before the call of setRunningVersion(true)
  * @see TestElement#recoverRunningVersion()
  */
 public void RecoverRunningVersion()
 {
     RecoverRunningVersion <ConfigTestElement>(configs);
     RecoverRunningVersion <ExecutionListener>(sampleListeners);
     RecoverRunningVersion <Assertion>(assertions);
     RecoverRunningVersion <PostProcessor>(postProcessors);
     RecoverRunningVersion <Controller>(controllers);
     sampler.RecoverRunningVersion();
 }