151152153154155156157
*/ @TestSetup(run=TestSetupFrequency.ONCE) public class GeoServerSystemTestSupport extends GeoServerBaseTestSupport<SystemTestData> { protected SystemTestData createTestData() throws Exception { return new SystemTestData(); }