| 33 | class DataTransformTest : public ::testing::Test { |
| 34 | protected: |
| 35 | DataTransformTest() |
| 36 | : seed_(1701), |
| 37 | num_iter_(10) {} |
| 38 | |
| 39 | int NumSequenceMatches(const TransformationParameter transform_param, |
| 40 | const Datum& datum, Phase phase) { |
nothing calls this directly
no outgoing calls
no test coverage detected