org.nuiton.jredmine
Class DefaultRedmineServiceTest

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

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

Author:
tchemit

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
DefaultRedmineServiceTest()
           
 
Method Summary
 void addAttachment()
           
 void addIssueTime()
           
 void addNews()
           
 void addVersion()
           
 void getUserProjects()
           
 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, newClient, 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

DefaultRedmineServiceTest

public DefaultRedmineServiceTest()
Method Detail

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