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