com.atlassian.jira.functest.framework.admin.plugins
Class ResourceAction

java.lang.Object
  extended by 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 Summary
ResourceAction(net.sourceforge.jwebunit.WebTester tester, LocatorFactory locators)
           
 
Method Summary
 void goTo(String resourceKey)
           
 boolean isKeyValuePresent()
           
 boolean isKeyValuePresent(String keyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAction

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

goTo

public void goTo(String resourceKey)

isKeyValuePresent

public boolean isKeyValuePresent(String keyValue)

isKeyValuePresent

public boolean isKeyValuePresent()


Copyright © 2002-2014 Atlassian. All Rights Reserved.