Class XsrfTestSuite
java.lang.Object
com.atlassian.jira.functest.framework.security.xsrf.XsrfTestSuite
XsrfCheck test suite class that runs multiple checks in sequence.
- Since:
- v4.1
-
Constructor Summary
ConstructorsConstructorDescriptionXsrfTestSuite(XsrfCheck... checks) XsrfTestSuite(Collection<XsrfCheck> checks) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, Form form) voidrun(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, Form form, String xsrfError)
-
Constructor Details
-
XsrfTestSuite
-
XsrfTestSuite
-
-
Method Details