示例#1
0
 public ActivityContext(TestCaseRunner runner, PartnerTrack track) {
   fRunner = runner;
   fTrack = track;
   fSimulatedURL = fTrack.getPartner().getSimulatedURL();
 }
示例#2
0
 public WrappedContext createVelocityContext() throws DataSourceException {
   return fTrack.createVelocityContext();
 }