4546474849505152
super(name, true); } public SimpleBean simpleCollectionFromObjects() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5152535455565758
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean simpleCollectionFromStrings() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5758596061626364
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionExplicit() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6364656667686970
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionFromSignature() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6970717273747576
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7576777879808182
return (SimpleBean) util.getBean("SimpleBean"); } protected UnmodifiableGetterBean unmodifiableCollectionPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (UnmodifiableGetterBean) util.getBean("SimpleBean"); }
8182838485868788
return (UnmodifiableGetterBean) util.getBean("SimpleBean"); } protected SimpleBean collectionWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8788899091929394
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean collectionInjectOnObject() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
93949596979899100
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean collectionNotACollection() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
104105106107108109110111
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean collectionIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }