java.lang.Object | |
↳ | com.atlassian.jira.JiraTestUtil |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TESTS_BASE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method will login a user to the current webwork action context.
| |||||||||||
This method will logout a user to the current webwork action context.
| |||||||||||
This method is deprecated.
use #mockExpectedRedirect(String)
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method will login a user to the current webwork action context.
user | The user to login, or null if you want to behave anonymously. |
---|
This method will logout a user to the current webwork action context.
user | The user to logout |
---|
This method is deprecated.
use #mockExpectedRedirect(String)
url | expected url |
---|
IOException | when error occurs |
---|