com.atlassian.jira.functest.framework.security.xsrf
Class XsrfTestSuite

java.lang.Object
  extended by com.atlassian.jira.functest.framework.security.xsrf.XsrfTestSuite

public class XsrfTestSuite
extends Object

XsrfCheck test suite class that runs multiple checks in sequence.

Since:
v4.1

Constructor Summary
XsrfTestSuite(Collection<XsrfCheck> checks)
           
XsrfTestSuite(XsrfCheck... checks)
           
 
Method Summary
 void run(FuncTestHelperFactory funcTestHelperFactory)
           
 void run(FuncTestHelperFactory funcTestHelperFactory, String xsrfError)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsrfTestSuite

public XsrfTestSuite(Collection<XsrfCheck> checks)

XsrfTestSuite

public XsrfTestSuite(XsrfCheck... checks)
Method Detail

run

public void run(FuncTestHelperFactory funcTestHelperFactory)
         throws Exception
Throws:
Exception

run

public void run(FuncTestHelperFactory funcTestHelperFactory,
                String xsrfError)
         throws Exception
Throws:
Exception


Copyright © 2002-2014 Atlassian. All Rights Reserved.