public class PostProcessingVisitor extends Object implements TestNodeVisitor
| Constructor and Description |
|---|
PostProcessingVisitor() |
PostProcessingVisitor(Hub hub) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPostProcessor(TestSuitePostProcessor postProcessor) |
void |
visit(Test test) |
void |
visit(TestCase testCase) |
void |
visit(TestStructure testStructure) |
void |
visit(TestSuite testSuite) |
public PostProcessingVisitor(Hub hub)
public PostProcessingVisitor()
public void visit(Test test)
visit in interface TestNodeVisitorpublic void visit(TestCase testCase)
visit in interface TestNodeVisitorpublic void visit(TestSuite testSuite)
visit in interface TestNodeVisitorpublic void visit(TestStructure testStructure)
visit in interface TestNodeVisitorpublic void addPostProcessor(TestSuitePostProcessor postProcessor)
Copyright © 2005-2013 Agical AB. All Rights Reserved.