Searched refs:getCurrentTagContext (Results 1 – 11 of 11) sorted by relevance
50 TagContext defaultTagContext = tagger.getCurrentTagContext(); in defaultTagContext()57 assertThat(tagContextToList(tagger.getCurrentTagContext())).isEmpty(); in withTagContext()61 assertThat(tagger.getCurrentTagContext()).isSameAs(scopedTags); in withTagContext()65 assertThat(tagContextToList(tagger.getCurrentTagContext())).isEmpty(); in withTagContext()76 assertThat(tagger.getCurrentTagContext()).isSameAs(scopedTags); in createBuilderFromCurrentTags()84 assertThat(tagContextToList(tagger.getCurrentTagContext())).isEmpty(); in setCurrentTagsWithBuilder()87 assertThat(tagContextToList(tagger.getCurrentTagContext())) in setCurrentTagsWithBuilder()92 assertThat(tagContextToList(tagger.getCurrentTagContext())).isEmpty(); in setCurrentTagsWithBuilder()102 assertThat(tagContextToList(tagger.getCurrentTagContext())) in addToCurrentTagsWithBuilder()107 assertThat(tagger.getCurrentTagContext()).isSameAs(scopedTags); in addToCurrentTagsWithBuilder()
51 TagContext tags = CurrentTagContextUtils.getCurrentTagContext(); in testGetCurrentTagContext_DefaultContext()60 TagContext tags = CurrentTagContextUtils.getCurrentTagContext(); in testGetCurrentTagContext_ContextSetToNull()70 assertThat(tagContextToList(CurrentTagContextUtils.getCurrentTagContext())).isEmpty(); in testWithTagContext()73 assertThat(CurrentTagContextUtils.getCurrentTagContext()).isSameAs(tagContext); in testWithTagContext()77 assertThat(tagContextToList(CurrentTagContextUtils.getCurrentTagContext())).isEmpty(); in testWithTagContext()85 assertThat(CurrentTagContextUtils.getCurrentTagContext()).isSameAs(tagContext); in testWithTagContextUsingWrap()92 assertThat(CurrentTagContextUtils.getCurrentTagContext()) in testWithTagContextUsingWrap()99 assertThat(tagContextToList(CurrentTagContextUtils.getCurrentTagContext())).isEmpty(); in testWithTagContextUsingWrap()
198 TagContext currentTagContext = tagger.getCurrentTagContext(); in getCurrentTagContext_DefaultIsEmptyTagContextImpl()246 return tagger.getCurrentTagContext(); in getResultOfGetCurrentTagContext()
59 System.out.println("Current Tags: " + tagger.getCurrentTagContext()); in main()62 System.out.println(" Current Tags: " + tagger.getCurrentTagContext()); in main()64 " Current == Default + tags1: " + tagger.getCurrentTagContext().equals(tags1)); in main()67 System.out.println(" Current Tags: " + tagger.getCurrentTagContext()); in main()70 + tagger.getCurrentTagContext().equals(tags2)); in main()75 "Current == Default: " + tagger.getCurrentTagContext().equals(tagger.empty())); in main()
48 public TagContextImpl getCurrentTagContext() { in getCurrentTagContext() method in TaggerImpl51 : toTagContextImpl(CurrentTagContextUtils.getCurrentTagContext()); in getCurrentTagContext()65 : toBuilder(CurrentTagContextUtils.getCurrentTagContext()); in currentBuilder()
36 static TagContext getCurrentTagContext() { in getCurrentTagContext() method in CurrentTagContextUtils
49 public abstract TagContext getCurrentTagContext(); in getCurrentTagContext() method in Tagger
121 public TagContext getCurrentTagContext() { in getCurrentTagContext() method in NoopTags.NoopTagger
92 assertThat(noopTagger.getCurrentTagContext()).isSameAs(NoopTags.getNoopTagContext()); in noopTagger()
170 public TagContext getCurrentTagContext() { in getCurrentTagContext() method in StatsTestUtils.FakeTagger
664 TagContext parentCtx = tagger.getCurrentTagContext(); in interceptCall()