A C D E G R S T W 
All Classes All Packages

A

AstrixRuleContext - Interface in com.avanza.astrix.test
 
AstrixTestApiExporter - Class in com.avanza.astrix.test
 
AstrixTestApiExporter(TestApi.TestContext) - Constructor for class com.avanza.astrix.test.AstrixTestApiExporter
 
AstrixTestContext - Class in com.avanza.astrix.test
 
AstrixTestContext(MapConfigSource, Class<? extends TestApi>...) - Constructor for class com.avanza.astrix.test.AstrixTestContext
 
AstrixTestContext(Class<? extends TestApi>...) - Constructor for class com.avanza.astrix.test.AstrixTestContext

C

close() - Method in class com.avanza.astrix.test.AstrixTestContext
 
com.avanza.astrix.test - package com.avanza.astrix.test
 

D

destroy() - Method in class com.avanza.astrix.test.AstrixTestContext
 

E

exportServices(TestApi.TestContext) - Method in interface com.avanza.astrix.test.TestApi
Export all service beans provided by this TestApi.

G

getAstrixContext() - Method in class com.avanza.astrix.test.AstrixTestContext
 
getBean(Class<T>) - Method in class com.avanza.astrix.test.AstrixTestContext
 
getBean(Class<T>) - Method in interface com.avanza.astrix.test.TestApi.TestContext
Each TestContext has an AstrixContext (which is managed by the associated AstrixRule).
getBean(Class<T>, String) - Method in class com.avanza.astrix.test.AstrixTestContext
 
getBean(Class<T>, String) - Method in interface com.avanza.astrix.test.TestApi.TestContext
getConfigSource() - Method in class com.avanza.astrix.test.AstrixTestContext
 
getConfigSourceId() - Method in class com.avanza.astrix.test.AstrixTestContext
The configSourceId might be used to retrieve the ConfigSource instance using GlobalConfigSourceRegistry.getConfigSource(String)
getServiceRegistryUri() - Method in class com.avanza.astrix.test.AstrixTestContext
 
getTestApi(Class<T>) - Method in class com.avanza.astrix.test.AstrixTestContext
 
getTestApi(Class<T>) - Method in interface com.avanza.astrix.test.TestApi.TestContext
Returns a TestApi instance from the given TestContext.
getTestApiDependencies() - Method in interface com.avanza.astrix.test.TestApi
Returns a Stream of all TestApi's used by this TestApi.

R

register(Class<T>, String, Object) - Method in class com.avanza.astrix.test.AstrixTestApiExporter
 
registerAllProvidedServices(Class<?>, Object) - Method in class com.avanza.astrix.test.AstrixTestApiExporter
 
registerProxy(Class<T>) - Method in interface com.avanza.astrix.test.AstrixRuleContext
Registers a proxy for a given service in the service registry.
registerProxy(Class<T>) - Method in class com.avanza.astrix.test.AstrixTestContext
 
registerProxy(Class<T>, String) - Method in interface com.avanza.astrix.test.AstrixRuleContext
Registers a proxy for a given service in the service registry.
registerProxy(Class<T>, String) - Method in class com.avanza.astrix.test.AstrixTestContext
 
registerService(Class<T>, String, T) - Method in interface com.avanza.astrix.test.TestApi.TestContext
registerService(Class<T>, T) - Method in interface com.avanza.astrix.test.TestApi.TestContext
Registers a given Service in the associated TestContext.
resetProxies() - Method in class com.avanza.astrix.test.AstrixTestContext
 
resetTestApis() - Method in class com.avanza.astrix.test.AstrixTestContext
 

S

set(Setting<T>, T) - Method in interface com.avanza.astrix.test.AstrixRuleContext
 
setConfigurationProperty(String, String) - Method in class com.avanza.astrix.test.AstrixTestContext
 
setProxyState(Class<T>, String, T) - Method in class com.avanza.astrix.test.AstrixTestContext
Sets the proxy state for a given proxy in the service registry.
setProxyState(Class<T>, T) - Method in class com.avanza.astrix.test.AstrixTestContext
Sets the proxy state for a given proxy in the service registry.

T

TestApi - Interface in com.avanza.astrix.test
SPI to make test specific implementations of Astrix services ("service beans") available in the service registry managed by an AstrixRule.
TestApi.TestContext - Interface in com.avanza.astrix.test
 

W

waitForBean(Class<T>, long) - Method in class com.avanza.astrix.test.AstrixTestContext
 
waitForBean(Class<T>, String, long) - Method in class com.avanza.astrix.test.AstrixTestContext
 
A C D E G R S T W 
All Classes All Packages