ExecutionTester
@Test public void testListPriv() throws Exception {
FunctionInvoker invoker=new FunctionInvoker(){
@Override public void invoke() throws Exception {
msc.list_privileges(null,PrincipalType.USER,new HiveObjectRef());
}
}
;
testFunction(invoker);
}