public class RemoteAgentMetadataRepositoryCacheTest extends Object
RemoteAgent
's metadata repository
manager.Modifier and Type | Field and Description |
---|---|
HttpServer |
localServer |
LogVerifier |
logVerifier |
org.junit.rules.TemporaryFolder |
tempManager |
Constructor and Description |
---|
RemoteAgentMetadataRepositoryCacheTest() |
Modifier and Type | Method and Description |
---|---|
void |
initLocalMavenRepository() |
void |
startHttpServer() |
void |
testOfflineLoadingFromCache() |
void |
testOfflineLoadingWithoutCacheFails() |
void |
testOnlineLoading() |
void |
testOnlineLoadingFailsFastIfNoSourceAvailable() |
void |
testOnlineLoadingFallsBackToCache() |
void |
testOnlineReloadingDoesntReloadFromRemote() |
public org.junit.rules.TemporaryFolder tempManager
public LogVerifier logVerifier
public final HttpServer localServer
public RemoteAgentMetadataRepositoryCacheTest()
public void testOfflineLoadingFromCache() throws Exception
Exception
public void testOfflineLoadingWithoutCacheFails() throws Exception
Exception
public void testOnlineLoadingFallsBackToCache() throws Exception
Exception
public void testOnlineLoadingFailsFastIfNoSourceAvailable() throws Exception
Exception
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.