Class ITInMemoryStorage.ITSpanStore

    • Constructor Detail

      • ITSpanStore

        public ITSpanStore()
    • Method Detail

      • storage

        protected zipkin2.storage.InMemoryStorage storage()
        Description copied from class: ITSpanStore
        Should maintain state between multiple calls within a test.
        Specified by:
        storage in class ITSpanStore
      • clear

        public void clear()
        Description copied from class: ITSpanStore
        Clears store between tests.
        Specified by:
        clear in class ITSpanStore