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 TestNodeVisitor
public void visit(TestCase testCase)
visit
in interface TestNodeVisitor
public void visit(TestSuite testSuite)
visit
in interface TestNodeVisitor
public void visit(TestStructure testStructure)
visit
in interface TestNodeVisitor
public void addPostProcessor(TestSuitePostProcessor postProcessor)
Copyright © 2005-2013 Agical AB. All Rights Reserved.