()
| 117 | } |
| 118 | |
| 119 | @Test |
| 120 | public void stringToTypeMetric() { |
| 121 | assertEquals(TreeRuleType.METRIC, TreeRule.stringToType("Metric")); |
| 122 | } |
| 123 | |
| 124 | @Test |
| 125 | public void stringToTypeMetricCustom() { |
nothing calls this directly
no test coverage detected