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, getTesterpublic void setUpTest()
public void testWildCardSearchMatchesZeroOrMoreCharactersInACamelCaseWord()
throws Exception
Exceptionpublic void testWildCardSearchMatchesZeroOrMoreCharactersInAJavaIdentifierCaseWord()
throws Exception
Exceptionpublic void testWildCardSearchMatchesZeroOrMoreCharactersInAJavaExceptionWord()
throws Exception
Exceptionpublic 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-2024 Atlassian. All Rights Reserved.