130131132133134135136137138139140
verifyControls(); } public void testFailure() { Executable f = new Executable() { public void execute() throws Exception { throw new ApplicationRuntimeException("Failure!"); }
121122123124125126127128129130131
124125126127128129130131132133134
117118119120121122123124125126127