public class EsQueryEscapeTest
extends java.lang.Object
Constructor and Description |
---|
EsQueryEscapeTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAlreadyEscapedStringGetsEscapedAnyway() |
void |
testColonDoesNotGetDetectedAsAlreadyEscaped() |
void |
testColonDoesNotGetEscaped() |
void |
testColonEscapedAndOtherEscapes() |
void |
testEscapeNothing() |
void |
testMultipleEscapes() |
void |
testNothingToEscape() |
void |
testSimpleEscape() |
public void testEscapeNothing() throws java.lang.Exception
java.lang.Exception
public void testNothingToEscape() throws java.lang.Exception
java.lang.Exception
public void testSimpleEscape() throws java.lang.Exception
java.lang.Exception
public void testMultipleEscapes() throws java.lang.Exception
java.lang.Exception
public void testColonDoesNotGetEscaped() throws java.lang.Exception
java.lang.Exception
public void testColonDoesNotGetDetectedAsAlreadyEscaped() throws java.lang.Exception
java.lang.Exception
public void testAlreadyEscapedStringGetsEscapedAnyway() throws java.lang.Exception
java.lang.Exception
public void testColonEscapedAndOtherEscapes() throws java.lang.Exception
java.lang.Exception
Copyright © 2021. All Rights Reserved.