public class TestHTableMultiplexerViaMocks extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.client.ClusterConnection |
mockConnection |
private org.apache.hadoop.hbase.client.HTableMultiplexer |
mockMultiplexer |
Constructor and Description |
---|
TestHTableMultiplexerViaMocks() |
Modifier and Type | Method and Description |
---|---|
void |
setupTest() |
void |
testClosingAlreadyClosedConnection() |
void |
testConnectionClosing() |
public static final HBaseClassTestRule CLASS_RULE
private org.apache.hadoop.hbase.client.HTableMultiplexer mockMultiplexer
private org.apache.hadoop.hbase.client.ClusterConnection mockConnection
public TestHTableMultiplexerViaMocks()
public void setupTest()
public void testConnectionClosing() throws IOException
IOException
public void testClosingAlreadyClosedConnection() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.