public class TestCallRunner extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule |
otelRule |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestCallRunner() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
void |
testCallCleanup() |
void |
testCallRunnerDropConnected() |
void |
testCallRunnerDropDisconnected() |
void |
testSimpleCall()
Does nothing but exercise a
CallRunner outside of RpcServer context. |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
public io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule otelRule
private org.apache.hadoop.conf.Configuration conf
public TestCallRunner()
public void before()
public void testSimpleCall()
CallRunner
outside of RpcServer
context.public void testCallCleanup()
public void testCallRunnerDropDisconnected()
public void testCallRunnerDropConnected()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.