Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ empty
Method
empty
api/src/test/java/io/grpc/AttributesTest.java:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
@Test
66
public
void
empty() {
67
assertThat(Attributes.EMPTY.keysForTest()).isEmpty();
68
}
69
70
@Test
71
public
void
valueEquality() {
Callers
15
createForClient_withNullStub_throwsError
Method · 0.45
createForClient_withNullHostname_throwsError
Method · 0.45
getAcceptedIssuers_returnsExpectedNullResult
Method · 0.45
checkClientTrusted_withEmptyCertificateChain_throwsException
Method · 0.45
checkServerTrusted_withEmptyCertificateChain_throwsException
Method · 0.45
checkClientTrusted_getsSuccessResponse
Method · 0.45
checkServerTrusted_getsSuccessResponse
Method · 0.45
checkClientTrusted_getsIntendedFailureResponse
Method · 0.45
checkClientTrusted_getsIntendedFailureStatusInResponse
Method · 0.45
checkClientTrusted_getsIntendedFailureFromServer
Method · 0.45
checkServerTrusted_getsIntendedFailureResponse
Method · 0.45
checkServerTrusted_getsIntendedFailureStatusInResponse
Method · 0.45
Calls
2
keysForTest
Method · 0.80
isEmpty
Method · 0.45
Tested by
no test coverage detected