Uses of Class
ee.jakarta.tck.pages.common.client.WebTestCase
Packages that use WebTestCase
Package
Description
-
Uses of WebTestCase in ee.jakarta.tck.pages.api.jakarta_servlet.jsp.jspwriter
Methods in ee.jakarta.tck.pages.api.jakarta_servlet.jsp.jspwriter with parameters of type WebTestCaseModifier and TypeMethodDescriptionboolean
JspWriterValidator.validate
(WebTestCase testCase) This validator preprocesses the search strings of the test case. -
Uses of WebTestCase in ee.jakarta.tck.pages.common.client
Fields in ee.jakarta.tck.pages.common.client declared as WebTestCaseMethods in ee.jakarta.tck.pages.common.client with parameters of type WebTestCaseModifier and TypeMethodDescriptionprotected void
AbstractUrlClient.setTestProperties
(WebTestCase testCase) Sets the test properties for this testCase.protected void
BaseUrlClient.setTestProperties
(WebTestCase testCase) Sets the appropriate test properties based on the values stored in TEST_PROPSprotected void
ServletAbstractUrlClient.setTestProperties
(WebTestCase testCase) -
Uses of WebTestCase in ee.jakarta.tck.pages.common.client.validation
Fields in ee.jakarta.tck.pages.common.client.validation declared as WebTestCaseModifier and TypeFieldDescriptionprotected WebTestCase
WebValidatorBase._case
The test case being validatedMethods in ee.jakarta.tck.pages.common.client.validation with parameters of type WebTestCaseModifier and TypeMethodDescriptionboolean
ValidationStrategy.validate
(WebTestCase testCase) boolean
WebValidatorBase.validate
(WebTestCase testCase) validate Will validate the response against the configured TestCase.