Ejemplo n.º 1
0
 public void runDataToFixture(Fixture fixture, Parse table) {
   if (mSource != null) {
     mSource.addDataTo(table);
   } else {
     run(
         mSourceFactory.createDataToSource(
             fixture, table, mRunTime.getGlobalScope(), mLogFilePath, mPublisher, mReference));
   }
 }