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

public class ResourceAction extends Object
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

Since:
v4.4
  • Constructor Details

    • ResourceAction

      public ResourceAction(net.sourceforge.jwebunit.WebTester tester, LocatorFactory locators)
  • Method Details

    • goTo

      public void goTo(String resourceKey)
    • isKeyValuePresent

      public boolean isKeyValuePresent(String keyValue)
    • isKeyValuePresent

      public boolean isKeyValuePresent()