Home
last modified time | relevance | path

Searched refs:sampleAuthority (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java45 private final String sampleAuthority = "authority"; field in CallOptionsTest
53 .withAuthority(sampleAuthority)
84 assertThat(allSet.getAuthority()).isSameAs(sampleAuthority); in allWiths()
96 assertThat(equal(allSet, allSet.withAuthority("blah").withAuthority(sampleAuthority))) in noStrayModifications()