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
Author:
tchemit

Field Summary
static String ISSUE_ID
           
static String PROJECT_NAME
           
static String VERSION_NAME
           
 
Method Summary
 void addAttachment()
           
 void addIssueTime()
           
 void addNews()
           
 void addVersion()
           
 void getAttachments()
           
 void getClosedIssues()
           
 void getIssueCategories()
           
 void getIssuePriorities()
           
 void getIssueStatuses()
           
 void getIssueTimeEntries()
           
 void getNews()
           
 void getOpenedIssues()
           
 void getProject()
           
 void getProjectIssues()
           
 void getProjectMembers()
           
 void getProjects()
           
 void getTrackers()
           
 void getUserProjects()
           
 void getVersion()
           
 void getVersionIssues()
           
 void getVersions()
           
 void nextVersion()
           
 void updateVersion()
           
 

Field Detail

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
Method Detail

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-2012 CodeLutin. All Rights Reserved.