public class TestWildcardQuerySupport extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestWildcardQuerySupport() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testLeadingWildCardSearch() |
void |
testWildCardSearchCanMatchOneCharacterInAWordSubjectToStemming() |
void |
testWildCardSearchMatchesZeroOrMoreCharactersInACamelCaseWord() |
void |
testWildCardSearchMatchesZeroOrMoreCharactersInAJavaExceptionWord() |
void |
testWildCardSearchMatchesZeroOrMoreCharactersInAJavaIdentifierCaseWord() |
void |
testWildCardSearchMatchesZeroOrMoreCharactersInAWordSubjectToStemming()
This will check that we are able to match with wildcards the original (non-stemmed) word in the issue.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testWildCardSearchMatchesZeroOrMoreCharactersInACamelCaseWord() throws Exception
Exception
public void testWildCardSearchMatchesZeroOrMoreCharactersInAJavaIdentifierCaseWord() throws Exception
Exception
public void testWildCardSearchMatchesZeroOrMoreCharactersInAJavaExceptionWord() throws Exception
Exception
public void testWildCardSearchMatchesZeroOrMoreCharactersInAWordSubjectToStemming()
Original: customize, customized, customizes, custom --> stem to: custom. A wildcard search should be able to match both the original and the stem.
public void testWildCardSearchCanMatchOneCharacterInAWordSubjectToStemming()
public void testLeadingWildCardSearch()
Copyright © 2002-2022 Atlassian. All Rights Reserved.