5253545556575859
// TODO } protected SimpleBean simpleListFromStrings() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5859606162636465
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customListExplicit() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6465666768697071
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customListFromSignature() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7071727374757677
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customListPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7677787980818283
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean listWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8283848586878889
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean listNotAList() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
93949596979899100
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean listIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5051525354555657
// No XML equivalent } protected SimpleBean simpleInstantiateFromBeanMetaData() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5657585960616263
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean parameterInstantiateFromBeanMetaData() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6263646566676869
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean parameterInstantiateFromNull() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }