Package zipkin2.storage
Class ITSearchEnabledFalse<T extends StorageComponent>
java.lang.Object
zipkin2.storage.ITStorage<T>
zipkin2.storage.ITSearchEnabledFalse<T>
public abstract class ITSearchEnabledFalse<T extends StorageComponent> extends ITStorage<T>
Base test for when 
searchEnabled ==
 false.
 Subtypes should create a connection to a real backend, even if that backend is in-process.
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description ITSearchEnabledFalse() - 
Method Summary
Modifier and Type Method Description protected voidconfigureStorageForTest(StorageComponent.Builder storage)Configures aStorageComponent.Builderwith parameters for the test being executed.protected voidgetRemoteServiceNames_isEmpty()protected voidgetServiceNames_isEmpty()protected voidgetSpanNames_isEmpty()protected voidgetTraces_indexDataReturnsNothing()Methods inherited from class zipkin2.storage.ITStorage
accept, accept, blockWhileInFlight, clear, initializeStoragePerTest, names, newStorageBuilder, store, traces 
- 
Constructor Details
- 
ITSearchEnabledFalse
public ITSearchEnabledFalse() 
 - 
 - 
Method Details
- 
configureStorageForTest
Description copied from class:ITStorageConfigures aStorageComponent.Builderwith parameters for the test being executed.- Specified by:
 configureStorageForTestin classITStorage<T extends StorageComponent>
 - 
getTraces_indexDataReturnsNothing
- Throws:
 Exception
 - 
getServiceNames_isEmpty
- Throws:
 Exception
 - 
getRemoteServiceNames_isEmpty
- Throws:
 Exception
 - 
getSpanNames_isEmpty
- Throws:
 Exception
 
 -