*/
public void run() throws Exception {
ProxyTrustVerifier ptv = new ProxyTrustVerifier();
Object fakeObj = new Object();
Object[] testObjs = new Object[] {
new NonProxyObjectThrowingSE(),
ProxyTrustUtil.newProxyInstance(fakeObj,
new IHandlerThrowingSE(fakeObj)),
new ValidNonProxyObject(new Object[] {
new ProxyTrustThrowingSE1() }),
ProxyTrustUtil.newProxyInstance(fakeObj,