public class

ResourceAction

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.admin.plugins.ResourceAction

Class Overview

Represents a reference action in the Reference Plugin that is used to test availability of i18n resources. It receives an i18n key through the resourceKey url parameter and attempts to display the value of that key

Summary

Public Constructors
ResourceAction(WebTester tester, LocatorFactory locators)
Public Methods
void goTo(String resourceKey)
boolean isKeyValuePresent(String keyValue)
boolean isKeyValuePresent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ResourceAction (WebTester tester, LocatorFactory locators)

Public Methods

public void goTo (String resourceKey)

public boolean isKeyValuePresent (String keyValue)

public boolean isKeyValuePresent ()