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
Exception
public void testNegativeCases() throws Exception
Exception
public void testNonAsciiCases() throws Exception
Exception
public void testCasesSeperatedByDoubleQuotes() throws Exception
Exception
private void executeNegativeCase(String exp)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.