org.nuiton.jredmine
Class DefaultRedmineServiceTest

java.lang.Object
  extended by org.nuiton.jredmine.DefaultRedmineServiceTest

public class DefaultRedmineServiceTest
extends java.lang.Object

Author:
chemit

Constructor Summary
DefaultRedmineServiceTest()
           
 
Method Summary
 void addAttachment()
           
 void addNews()
           
 void addVersion()
           
 void getAttachments()
           
 void getIssueCategories()
           
 void getIssuePriorities()
           
 void getIssues()
           
 void getIssueStatuses()
           
 void getNews()
           
 void getProject()
           
 void getProjects()
           
 void getTrackers()
           
 void getUsers()
           
 void getVersion()
           
 void getVersions()
           
 void isInit()
           
 void nextVersion()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void updateVersion()
           
 
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

setUpClass

public static void setUpClass()
                       throws java.lang.Exception
Throws:
java.lang.Exception

tearDownClass

public static void tearDownClass()
                          throws java.lang.Exception
Throws:
java.lang.Exception

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

isInit

public void isInit()
            throws java.lang.Exception
Throws:
java.lang.Exception

getProjects

public void getProjects()
                 throws java.lang.Exception
Throws:
java.lang.Exception

getIssuePriorities

public void getIssuePriorities()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getIssueStatuses

public void getIssueStatuses()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getProject

public void getProject()
                throws java.lang.Exception
Throws:
java.lang.Exception

getIssueCategories

public void getIssueCategories()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getTrackers

public void getTrackers()
                 throws java.lang.Exception
Throws:
java.lang.Exception

getNews

public void getNews()
             throws java.lang.Exception
Throws:
java.lang.Exception

getUsers

public void getUsers()
              throws java.lang.Exception
Throws:
java.lang.Exception

getVersions

public void getVersions()
                 throws java.lang.Exception
Throws:
java.lang.Exception

getVersion

public void getVersion()
                throws java.lang.Exception
Throws:
java.lang.Exception

getIssues

public void getIssues()
               throws java.lang.Exception
Throws:
java.lang.Exception

getAttachments

public void getAttachments()
                    throws java.lang.Exception
Throws:
java.lang.Exception

addVersion

public void addVersion()
                throws java.lang.Exception
Throws:
java.lang.Exception

addAttachment

public void addAttachment()
                   throws java.lang.Exception
Throws:
java.lang.Exception

addNews

public void addNews()
             throws java.lang.Exception
Throws:
java.lang.Exception

updateVersion

public void updateVersion()
                   throws java.lang.Exception
Throws:
java.lang.Exception

nextVersion

public void nextVersion()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 CodeLutin. All Rights Reserved.