| 137 | { |
| 138 | public: |
| 139 | TestBCSystem() = default; |
| 140 | // base class constructors don't do anything so are not needed unless we declare dependencies or init lookup variables |
| 141 | |
| 142 | void Process(fw::ComponentRange<TestBCView>& range) override; |
nothing calls this directly
no outgoing calls
no test coverage detected