*/
public void testHolderTest() {
try {
StringHolder sh = new StringHolder("hi there");
BondInvestment bi = new BondInvestment();
BondInvestmentHolder bih = new BondInvestmentHolder(bi);
binding.holderTest(sh, bih);
}
catch (RemoteException re) {
fail("Remote Exception caught: " + re);
}