| 315 | |
| 316 | |
| 317 | std::shared_ptr<core::ProcessContext> TestPlan::getCurrentContext() { |
| 318 | return processor_contexts_.at(location); |
| 319 | } |
| 320 | |
| 321 | std::shared_ptr<minifi::Connection> TestPlan::buildFinalConnection(std::shared_ptr<core::Processor> processor, bool setDest) { |
| 322 | std::stringstream connection_name; |