public class TestExpressionParser extends Object
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
private org.apache.hadoop.hbase.security.visibility.ExpressionParser | 
parser  | 
| Constructor and Description | 
|---|
TestExpressionParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
executeNegativeCase(String exp)  | 
void | 
testCasesSeperatedByDoubleQuotes()  | 
void | 
testNegativeCases()  | 
void | 
testNonAsciiCases()  | 
void | 
testPositiveCases()  | 
public static final HBaseClassTestRule CLASS_RULE
private org.apache.hadoop.hbase.security.visibility.ExpressionParser parser
public TestExpressionParser()
public void testPositiveCases() throws Exception
Exceptionpublic void testNegativeCases() throws Exception
Exceptionpublic void testNonAsciiCases() throws Exception
Exceptionpublic void testCasesSeperatedByDoubleQuotes() throws Exception
Exceptionprivate void executeNegativeCase(String exp)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.