Class AbstractFoloUrlsTest
- java.lang.Object
-
- org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
- org.commonjava.indy.folo.ftest.urls.AbstractFoloUrlsTest
-
- Direct Known Subclasses:
StoreOneAndSourceStoreUrlInHtmlListingTest,StoreOneAndVerifyInHtmlListingTest,StoreOneTrackedAndVerifyUrlInReportTest
public abstract class AbstractFoloUrlsTest extends org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
-
Constructor Summary
Constructors Constructor Description AbstractFoloUrlsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()protected booleancreateStandardTestStructures()protected Collection<org.commonjava.indy.client.core.IndyClientModule>getAdditionalClientModules()protected org.commonjava.indy.client.core.IndyClientHttpgetHttp()-
Methods inherited from class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
copyToConfigFile, copyToDataFile, createIndyClient, getAdditionalMapperModules, getTemp, getTestEnvironmentTimeoutMultiplier, getTestTimeoutMultiplier, getTestTimeoutSeconds, initBaseTestConfig, initTestConfig, initTestData, isEmpty, isPathMappedStorageEnabled, isSchedulerEnabled, lookup, newName, newServerFixture, newUrl, readTestResource, readTestResourceAsStream, sleepAndRunFileGC, start, stop, waitForEventPropagation, waitForEventPropagationWithMultiplier, writeConfigFile, writeDataFile
-
-
-
-
Field Detail
-
STORE
protected static final String STORE
- See Also:
- Constant Field Values
-
PUBLIC
protected static final String PUBLIC
- See Also:
- Constant Field Values
-
name
public org.junit.rules.TestName name
-
content
protected org.commonjava.indy.folo.client.IndyFoloContentClientModule content
-
admin
protected org.commonjava.indy.folo.client.IndyFoloAdminClientModule admin
-
-
Method Detail
-
createStandardTestStructures
protected boolean createStandardTestStructures()
-
getHttp
protected org.commonjava.indy.client.core.IndyClientHttp getHttp() throws org.commonjava.indy.client.core.IndyClientException- Throws:
org.commonjava.indy.client.core.IndyClientException
-
getAdditionalClientModules
protected Collection<org.commonjava.indy.client.core.IndyClientModule> getAdditionalClientModules()
- Overrides:
getAdditionalClientModulesin classorg.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
-