()
| 143 | } |
| 144 | |
| 145 | @Test (expected = IllegalArgumentException.class) |
| 146 | public void stringToTypeNull() { |
| 147 | TreeRule.stringToType(null); |
| 148 | } |
| 149 | |
| 150 | @Test (expected = IllegalArgumentException.class) |
| 151 | public void stringToTypeEmpty() { |
nothing calls this directly
no test coverage detected