MCPcopy Create free account
hub / github.com/grpc/grpc-java / data

Method data

netty/src/test/java/io/grpc/netty/TlsTest.java:77–82  ·  view source on GitHub ↗

Iterable of various configurations to use for tests.

()

Source from the content-addressed store, hash-verified

75 * Iterable of various configurations to use for tests.
76 */
77 @Parameters(name = "{0}")
78 public static Iterable<Object[]> data() {
79 return Arrays.asList(new Object[][] {
80 {TlsImpl.TCNATIVE}, {TlsImpl.JDK}, {TlsImpl.CONSCRYPT},
81 });
82 }
83
84 @Parameter(value = 0)
85 public TlsImpl tlsImpl;

Callers

nothing calls this directly

Calls 1

asListMethod · 0.80

Tested by

no test coverage detected