()
| 6 | |
| 7 | public class CoalTypeTest { |
| 8 | @Test |
| 9 | public void getByData() { |
| 10 | for (CoalType coalType : CoalType.values()) { |
| 11 | assertThat(CoalType.getByData(coalType.getData()), is(coalType)); |
| 12 | } |
| 13 | } |
| 14 | } |
nothing calls this directly
no test coverage detected