com.atlassian.jira.functest.framework.fields
Interface EditFieldConstants
public interface EditFieldConstants
If you're tired of continuously redefining the same constants for fields in all your functional tests, why not keep
them here in one place?
These are constants intended for use in setting form elements, e.g. tester.setFormElement(xxx, "some value");
.
They could also be used in assertions or anything you like really.
- Since:
- v4.2
TIMETRACKING
static final String TIMETRACKING
- See Also:
- Constant Field Values
TIMETRACKING_ORIGINALESTIMATE
static final String TIMETRACKING_ORIGINALESTIMATE
- See Also:
- Constant Field Values
TIMETRACKING_REMAININGESTIMATE
static final String TIMETRACKING_REMAININGESTIMATE
- See Also:
- Constant Field Values
WORKLOG
static final String WORKLOG
- See Also:
- Constant Field Values
WORKLOG_ACTIVATE
static final String WORKLOG_ACTIVATE
- See Also:
- Constant Field Values
WORKLOG_TIMELOGGED
static final String WORKLOG_TIMELOGGED
- See Also:
- Constant Field Values
DUEDATE
static final String DUEDATE
- See Also:
- Constant Field Values
REPORTER
static final String REPORTER
- See Also:
- Constant Field Values
SUMMARY
static final String SUMMARY
- See Also:
- Constant Field Values
Copyright © 2002-2014 Atlassian. All Rights Reserved.