7071727374757677
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customMapPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7677787980818283
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean mapWithKeyTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8283848586878889
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean mapWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8889909192939495
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean mapNotAMap() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
99100101102103104105106
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean mapIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6970717273747576
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customListPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7576777879808182
return (SimpleBean) util.getBean("SimpleBean"); } protected UnmodifiableGetterBean unmodifiableListPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (UnmodifiableGetterBean) util.getBean("SimpleBean"); }
8182838485868788
return (UnmodifiableGetterBean) util.getBean("SimpleBean"); } protected SimpleBean listWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8788899091929394
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean listNotAList() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
9899100101102103104105
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean listIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }