public class IssueTypeUrls extends Object implements org.junit.rules.MethodRule
Just add this to your test:
@Rule public IssueTypeUrls urls = new IssueTypeUrls();
Constructor and Description |
---|
IssueTypeUrls() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target) |
Long |
getAvatarId(String issueTypeName) |
String |
getIssueTypeUrl(String issueTypeName) |
static IssueTypeUrls |
init(Backdoor backdoor)
Deprecated.
|
void |
invalidateIssueTypeIconsCache() |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
apply
in interface org.junit.rules.MethodRule
@Deprecated public static IssueTypeUrls init(Backdoor backdoor)
backdoor
- to be used.public void invalidateIssueTypeIconsCache()
Copyright © 2002-2021 Atlassian. All Rights Reserved.