Current tc = CurrentHelper.narrow (tcobject);
TestUtils.getLogger().debug("TC: [" + tc.id () + "] sent="
+ tc.messages_sent () + "(" + tc.bytes_sent ()
+ ")" + ", received=" + tc.messages_received ()
+ "(" + tc.bytes_received () + ")");
}
catch (Exception ex) {
Assert.fail ("Unexpected exception" + ex);
}
}