#include <Testing_Execution_Strategy.h>
Public Member Functions | |
Testing_Execution_Strategy (Pipeline &, Model &) | |
virtual | ~Testing_Execution_Strategy () |
void | execute () |
This is a default implementation for the Execution_Strategy interface for testing using a model.
Testing_Execution_Strategy::~Testing_Execution_Strategy | ( | ) | [virtual] |
void Testing_Execution_Strategy::execute | ( | ) | [virtual] |
Define what filters need to added and when Runs the assembled pipeline once
Implements Execution_Strategy.