Searched refs:autoLoadSecs (Results 1 – 1 of 1) sorted by relevance
623 int autoLoadSecs = 0; in testNoRefresh() local624 setAutoLoad(autoLoadURL, autoLoadSecs); in testNoRefresh()633 assertEquals("AutoLoadSecs should be 0", autoLoadSecs, xDocPro2.getAutoloadSecs()); in testNoRefresh()639 int autoLoadSecs = 60; in testRefreshEvery60Secs() local640 setAutoLoad(autoLoadURL, autoLoadSecs); in testRefreshEvery60Secs()649 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRefreshEvery60Secs()655 int autoLoadSecs = 5; in testRedirect() local656 setAutoLoad(autoLoadURL, autoLoadSecs); in testRedirect()665 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRedirect()
Completed in 21 milliseconds