| 121 | } |
| 122 | |
| 123 | class ClippingParallel : public Base, public ::testing::Test |
| 124 | { |
| 125 | public: |
| 126 | ClippingParallel(); |
| 127 | void SetUp() override; |
| 128 | }; |
| 129 | |
| 130 | ClippingParallel::ClippingParallel() |
| 131 | { |
nothing calls this directly
no outgoing calls
no test coverage detected