* Test of putTable method, of class HBaseConnectionVariable.
*/
@Test
public void testPutTable() throws IOException {
System.out.println("putTable");
HTableInterface table = new HTableEmul();
HBaseConnectionVariable instance = new HBaseConnectionVariableEmul();
instance.putTable(table);
// TODO review the generated test code and remove the default call to fail.
}