org.nuiton.jredmine
Interface RedmineTestContract
- All Known Implementing Classes:
- AbstractRedmineServiceTest, DefaultRedmineAnonymousServiceTest, DefaultRedmineServiceAsAnonymousTest, DefaultRedmineServiceTest, RedmineRestClientTest
public interface RedmineTestContract
contract of methods to tests for both redmine rest client and redmine service.
Created: 1 janv. 2010
- Since:
- 1.0.3
- Version:
- $Revision: 122 $
Mise a jour: $Date: 2010-01-24 19:51:06 +0100 (dim., 24 janv. 2010) $ par :
$Author: tchemit $
- Author:
- Tony Chemit Copyright Code Lutin
PROJECT_NAME
static final String PROJECT_NAME
- See Also:
- Constant Field Values
VERSION_NAME
static final String VERSION_NAME
- See Also:
- Constant Field Values
ISSUE_ID
static final String ISSUE_ID
- See Also:
- Constant Field Values
getProjects
void getProjects()
throws Exception
- Throws:
Exception
getIssuePriorities
void getIssuePriorities()
throws Exception
- Throws:
Exception
getIssueStatuses
void getIssueStatuses()
throws Exception
- Throws:
Exception
getProject
void getProject()
throws Exception
- Throws:
Exception
getIssueCategories
void getIssueCategories()
throws Exception
- Throws:
Exception
getTrackers
void getTrackers()
throws Exception
- Throws:
Exception
getNews
void getNews()
throws Exception
- Throws:
Exception
getUserProjects
void getUserProjects()
throws Exception
- Throws:
Exception
getProjectMembers
void getProjectMembers()
throws Exception
- Throws:
Exception
getProjectIssues
void getProjectIssues()
throws Exception
- Throws:
Exception
getVersions
void getVersions()
throws Exception
- Throws:
Exception
getVersion
void getVersion()
throws Exception
- Throws:
Exception
getVersionIssues
void getVersionIssues()
throws Exception
- Throws:
Exception
getOpenedIssues
void getOpenedIssues()
throws Exception
- Throws:
Exception
getClosedIssues
void getClosedIssues()
throws Exception
- Throws:
Exception
getIssueTimeEntries
void getIssueTimeEntries()
throws Exception
- Throws:
Exception
getAttachments
void getAttachments()
throws Exception
- Throws:
Exception
addVersion
void addVersion()
throws Exception
- Throws:
Exception
addAttachment
void addAttachment()
throws Exception
- Throws:
Exception
addNews
void addNews()
throws Exception
- Throws:
Exception
updateVersion
void updateVersion()
throws Exception
- Throws:
Exception
nextVersion
void nextVersion()
throws Exception
- Throws:
Exception
addIssueTime
void addIssueTime()
throws Exception
- Throws:
Exception
Copyright © 2009-2010 CodeLutin. All Rights Reserved.