public class ContextPatternTest extends Object
| Constructor and Description |
|---|
ContextPatternTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAnchoredAndUnanchored() |
void |
testAnyChainEmptyContextSuccess() |
void |
testAnyChainNonEmptyContextSuccess() |
void |
testEmptyChainNonEmptyContextFailure() |
void |
testMatcherInheritenceSuccess() |
void |
testNonSubsequenceFail() |
void |
testOrderByCloseness() |
void |
testOrderByLength() |
void |
testOrderByLengthAfterCloseness() |
void |
testOrderByType() |
void |
testOrderByTypeLast() |
void |
testOrderSubsequenceBeforeOther() |
void |
testSingleton() |
void |
testSingletonChainEmptyContextSuccess() |
void |
testSubsequenceChainSuccess() |
void |
testSubsequenceEqualChainContextSuccess() |
void |
testSubstringChainSuccess() |
void |
testSuperstringFail() |
void |
testTailAnchoredMatch() |
public void testSingletonChainEmptyContextSuccess()
throws Exception
Exceptionpublic void testAnyChainEmptyContextSuccess()
throws Exception
Exceptionpublic void testEmptyChainNonEmptyContextFailure()
throws Exception
Exceptionpublic void testSingleton()
public void testAnyChainNonEmptyContextSuccess()
throws Exception
Exceptionpublic void testSubsequenceEqualChainContextSuccess()
throws Exception
Exceptionpublic void testSubstringChainSuccess()
throws Exception
Exceptionpublic void testSubsequenceChainSuccess()
throws Exception
Exceptionpublic void testMatcherInheritenceSuccess()
throws Exception
Exceptionpublic void testTailAnchoredMatch()
public void testAnchoredAndUnanchored()
public void testOrderByCloseness()
public void testOrderByLength()
public void testOrderByLengthAfterCloseness()
public void testOrderByType()
public void testOrderByTypeLast()
public void testOrderSubsequenceBeforeOther()
Copyright © 2016 GroupLens Research. All rights reserved.