()
| 148 | } |
| 149 | |
| 150 | @Test (expected = IllegalArgumentException.class) |
| 151 | public void stringToTypeEmpty() { |
| 152 | TreeRule.stringToType(""); |
| 153 | } |
| 154 | |
| 155 | @Test (expected = IllegalArgumentException.class) |
| 156 | public void stringToTypeInvalid() { |
nothing calls this directly
no test coverage detected