Searched refs:snippetMatchRange (Results 1 – 1 of 1) sorted by relevance
123 SearchResult.MatchRange snippetMatchRange = new SearchResult.MatchRange(1, 10); in testMatchInfoBuilderCopyConstructor() local128 .setSnippetRange(snippetMatchRange) in testMatchInfoBuilderCopyConstructor()135 assertThat(matchInfoCopy.getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor()142 SearchResult.MatchRange snippetMatchRange = new SearchResult.MatchRange(1, 10); in testMatchInfoBuilderCopyConstructor_embeddingMatchInfoEnabled() local155 .setSnippetRange(snippetMatchRange) in testMatchInfoBuilderCopyConstructor_embeddingMatchInfoEnabled()169 assertThat(matchInfoCopy1.getTextMatch().getSnippetRange()).isEqualTo(snippetMatchRange); in testMatchInfoBuilderCopyConstructor_embeddingMatchInfoEnabled()