Пример #1
0
 public void assertionAdded(LoadTestAssertion assertion) {
   assertion.addPropertyChangeListener(LoadTestAssertion.CONFIGURATION_PROPERTY, this);
   fireTableRowsInserted(getRowCount() - 1, getRowCount() - 1);
 }