Example #1
0
 /**
  * Add a test monitor
  *
  * <p>
  *
  * @param aTestMonitor
  */
 public void addTestMonitor(GTestMonitor aTestMonitor) {
   aTestMonitor.setReplayer(this);
   this.lTestMonitor.add(aTestMonitor);
 }