Class ITSpanStore<T extends StorageComponent>

java.lang.Object
zipkin2.storage.ITStorage<T>
zipkin2.storage.ITSpanStore<T>

public abstract class ITSpanStore<T extends StorageComponent>
extends ITStorage<T>
Base test for SpanStore.

Subtypes should create a connection to a real backend, even if that backend is in-process.