org.nuiton.jredmine
Class DefaultRedmineServiceAsAnonymousTest

java.lang.Object
  extended by org.nuiton.jredmine.AbstractRedmineServiceTest<org.nuiton.jredmine.DefaultRedmineService>
      extended by org.nuiton.jredmine.DefaultRedmineServiceAsAnonymousTest
All Implemented Interfaces:
RedmineTestContract

public class DefaultRedmineServiceAsAnonymousTest
extends AbstractRedmineServiceTest<org.nuiton.jredmine.DefaultRedmineService>

Created: 2 janv. 2010

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

Field Summary
 
Fields inherited from class org.nuiton.jredmine.AbstractRedmineServiceTest
attachment, attachments, issueCategories, issuePriorities, issues, issueStatuses, news, newz, project, projects, timeEntries, timeEntry, trackers, users, version, versions
 
Fields inherited from interface org.nuiton.jredmine.RedmineTestContract
ISSUE_ID, PROJECT_NAME, VERSION_NAME
 
Constructor Summary
DefaultRedmineServiceAsAnonymousTest()
           
 
Method Summary
 void addAttachment()
           
 void addIssueTime()
           
 void addNews()
           
 void addVersion()
           
 void getUserProjects()
           
protected  org.nuiton.jredmine.rest.RedmineRestClient newClient(org.nuiton.io.rest.RestClientConfiguration configuration)
           
 void nextVersion()
           
 void updateVersion()
           
 
Methods inherited from class org.nuiton.jredmine.AbstractRedmineServiceTest
getAttachments, getClosedIssues, getIssueCategories, getIssuePriorities, getIssueStatuses, getIssueTimeEntries, getNews, getOpenedIssues, getProject, getProjectIssues, getProjectMembers, getProjects, getService, getTrackers, getVersion, getVersionIssues, getVersions, isInit, newService, setUp, setUpClass, tearDown, tearDownClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRedmineServiceAsAnonymousTest

public DefaultRedmineServiceAsAnonymousTest()
Method Detail

newClient

protected org.nuiton.jredmine.rest.RedmineRestClient newClient(org.nuiton.io.rest.RestClientConfiguration configuration)
Overrides:
newClient in class AbstractRedmineServiceTest<org.nuiton.jredmine.DefaultRedmineService>

getUserProjects

public void getUserProjects()
                     throws Exception
Throws:
Exception

addVersion

public void addVersion()
                throws Exception
Throws:
Exception

addAttachment

public void addAttachment()
                   throws Exception
Throws:
Exception

addNews

public void addNews()
             throws Exception
Throws:
Exception

updateVersion

public void updateVersion()
                   throws Exception
Throws:
Exception

nextVersion

public void nextVersion()
                 throws Exception
Throws:
Exception

addIssueTime

public void addIssueTime()
                  throws Exception
Throws:
Exception


Copyright © 2009-2010 CodeLutin. All Rights Reserved.