com.atlassian.jira.functest.framework
Class WorkflowsImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.WorkflowsImpl
All Implemented Interfaces:
Workflows, com.atlassian.jira.testkit.client.log.FuncTestLogger

public class WorkflowsImpl
extends AbstractFuncTestUtil
implements Workflows

Navigation actions that pertain to workflows and bulk migrations/transitions.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Fields inherited from interface com.atlassian.jira.functest.framework.Workflows
BULK_TRANSITION_ELEMENT_NAME, STEP_OPERATION_DETAILS, STEP_PREFIX
 
Constructor Summary
WorkflowsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)
           
 
Method Summary
 void assertStepOperationDetails()
          Asserts that we are currently on the step "Operation Details"
 void chooseWorkflowAction(String workflowFormElement)
          Chooses the Execute Worfklow Action radio button in the Step "Operation Details"
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowsImpl

public WorkflowsImpl(net.sourceforge.jwebunit.WebTester tester,
                     JIRAEnvironmentData environmentData,
                     Navigation navigation)
Method Detail

chooseWorkflowAction

public void chooseWorkflowAction(String workflowFormElement)
Description copied from interface: Workflows
Chooses the Execute Worfklow Action radio button in the Step "Operation Details"

Specified by:
chooseWorkflowAction in interface Workflows
Parameters:
workflowFormElement - the workflow radio option that should be selected

assertStepOperationDetails

public void assertStepOperationDetails()
Description copied from interface: Workflows
Asserts that we are currently on the step "Operation Details"

Specified by:
assertStepOperationDetails in interface Workflows


Copyright © 2002-2013 Atlassian. All Rights Reserved.