397398399400401402403404405406407
} { Boolean input = Boolean.TRUE; try { output = new Boolean( binding.echoBoolean(input.booleanValue())); verify("echoBoolean", input, output); } catch (Exception e) { if (!testMode) { verify("echoBoolean", input, e); } else {
400401402403404405406407408409410
323324325326327328329330331332333
} { Boolean input = Boolean.TRUE; try { output = new Boolean( binding.echoBoolean(input.booleanValue())); verify("echoBoolean", input, output); } catch (Exception e) { verify("echoBoolean", input, e); } }