(self, input_param, input_data, expected_print)
| 211 | ] |
| 212 | ) |
| 213 | def test_value(self, input_param, input_data, expected_print): |
| 214 | transform = DataStatsd(**input_param) |
| 215 | _ = transform(input_data) |
| 216 | |
| 217 | @parameterized.expand([TEST_CASE_10, TEST_CASE_11]) |
| 218 | def test_file(self, input_data, expected_print): |