public class JDBCGeoServerLoaderTest {
JDBCConfigTestSupport testSupport;
public JDBCGeoServerLoaderTest(JDBCConfigTestSupport.DBConfig dbConfig) {
testSupport = new JDBCConfigTestSupport(dbConfig) {
@Override
protected void configureAppContext(WebApplicationContext appContext) {
expect(appContext.getBeanNamesForType(XStreamServiceLoader.class))
.andReturn(new String[]{"wmsLoader"}).anyTimes();
expect(appContext.getBeanNamesForType((Class)anyObject()))