8687888990919293949596
"java.lang.Boolean,true=TRUE,false=FALSE"); try { t.translate(m, null, "fred", null); unreachable(); } catch (ApplicationRuntimeException ex) { assertExceptionSubstring(ex, "'fred' is not a recognized enumerated value.");
104105106107108109110111112113114
EnumerationTranslator t = new EnumerationTranslator( "java.lang.Boolean,true=HONEST_TO_GOD_TRUE,false=FALSE"); try { t.translate(m, null, "true", null); unreachable(); } catch (ApplicationRuntimeException ex) { assertExceptionSubstring(