()
| 122 | } |
| 123 | |
| 124 | @Test |
| 125 | public void stringToTypeMetricCustom() { |
| 126 | assertEquals(TreeRuleType.METRIC_CUSTOM, |
| 127 | TreeRule.stringToType("Metric_Custom")); |
| 128 | } |
| 129 | |
| 130 | @Test |
| 131 | public void stringToTypeTagk() { |
nothing calls this directly
no test coverage detected