com.atlassian.jira.dev.functest.api.bc.issue
Class TestIssueServiceBackEnd

java.lang.Object
  extended by com.atlassian.functest.junit.SpringAwareTestCase
      extended by com.atlassian.jira.dev.functest.api.bc.issue.TestIssueServiceBackEnd

public class TestIssueServiceBackEnd
extends com.atlassian.functest.junit.SpringAwareTestCase

This is the "server" of a back end "integration" test. It assumes that JIRA is set up in a certain way, and invokes APIs to test integration functionality. The test on the front end should have a corresponding name to this test i.e. TestIssueService.

Since:
v5.0.1
Author:
mtokar

Constructor Summary
TestIssueServiceBackEnd()
           
 
Method Summary
 void testValidateUpdateWithoutScreenCheck()
           
 void testValidateUpdateWithRequiredField()
           
 void testValidateUpdateWithRequiredFieldAndOnlyValidatingPresentFields()
           
 void testValidateUpdateWithScreenCheck()
           
 
Methods inherited from class com.atlassian.functest.junit.SpringAwareTestCase
setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIssueServiceBackEnd

public TestIssueServiceBackEnd()
Method Detail

testValidateUpdateWithScreenCheck

public void testValidateUpdateWithScreenCheck()
                                       throws Exception
Throws:
Exception

testValidateUpdateWithoutScreenCheck

public void testValidateUpdateWithoutScreenCheck()
                                          throws Exception
Throws:
Exception

testValidateUpdateWithRequiredField

public void testValidateUpdateWithRequiredField()
                                         throws Exception
Throws:
Exception

testValidateUpdateWithRequiredFieldAndOnlyValidatingPresentFields

public void testValidateUpdateWithRequiredFieldAndOnlyValidatingPresentFields()
                                                                       throws Exception
Throws:
Exception


Copyright © 2002-2013 Atlassian. All Rights Reserved.