Class ITTraces<T extends StorageComponent>

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

public abstract class ITTraces<T extends StorageComponent>
extends ITStorage<T>
Base test for Traces.

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