| 113 | }; |
| 114 | |
| 115 | TEST (ISVCEncoderTest, CheckFunctionOrder) { |
| 116 | SVCEncoderImpl* p = new SVCEncoderImpl; |
| 117 | gThis = p; |
| 118 | CheckEncoderInterface (p, CheckFunctionOrder); |
| 119 | delete p; |
| 120 | } |
| 121 | |
| 122 | TEST (ISVCDecoderTest, CheckFunctionOrder) { |
| 123 | SVCDecoderImpl* p = new SVCDecoderImpl; |
nothing calls this directly
no test coverage detected