JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.testng.xml
IPostProcessor
Contents
Description
Method Summary
Method Details
process(Collection)
Hide sidebar
Show sidebar
Interface IPostProcessor
All Known Implementing Classes:
OverrideProcessor
public interface
IPostProcessor
Used by Parser to perform changes on an XML suite after it's been parsed.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Collection
<
XmlSuite
>
process
(
Collection
<
XmlSuite
> suites)
Method Details
process
Collection
<
XmlSuite
>
process
(
Collection
<
XmlSuite
> suites)