Package zipkin2.storage
Class ITAutocompleteTags
- java.lang.Object
-
- zipkin2.storage.ITAutocompleteTags
-
- Direct Known Subclasses:
ITInMemoryStorage.ITAutocompleteTags
public abstract class ITAutocompleteTags extends java.lang.ObjectBase test for whenStorageComponent.Builder.autocompleteKeys(List)has values.Subtypes should create a connection to a real backend, even if that backend is in-process.
-
-
Field Summary
Fields Modifier and Type Field Description protected StorageComponentstorage
-
Constructor Summary
Constructors Constructor Description ITAutocompleteTags()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaccept(Span... spans)voidbefore()abstract voidclear()Clears store between tests.voidgetTagsAndValues()voidShould_not_store_when_key_not_in_autocompleteTags()protected abstract StorageComponent.BuilderstorageBuilder()
-
-
-
Field Detail
-
storage
protected StorageComponent storage
-
-
Method Detail
-
before
public void before()
-
storageBuilder
protected abstract StorageComponent.Builder storageBuilder()
-
clear
public abstract void clear() throws java.lang.ExceptionClears store between tests.- Throws:
java.lang.Exception
-
Should_not_store_when_key_not_in_autocompleteTags
public void Should_not_store_when_key_not_in_autocompleteTags() throws java.io.IOException- Throws:
java.io.IOException
-
getTagsAndValues
public void getTagsAndValues() throws java.io.IOException- Throws:
java.io.IOException
-
accept
protected void accept(Span... spans) throws java.io.IOException
- Throws:
java.io.IOException
-
-