8990919293949596979899
private TestData testData; @Before public void setUp() throws Exception { this.testData = new TestData(); testData.setUp(); workingParams = testData.getConProps(); nonWorkingParams = new HashMap<String, Serializable>(workingParams);
747576777879808182
*/ @BeforeClass public static void setUpBeforeClass() throws Exception { factory = new ArcSDEJNDIDataStoreFactory(); setupJNDIEnvironment(); testData = new TestData(); testData.setUp(); testData.getConProps(); }