107108109110111112113
} @SuppressWarnings("unused") @Test(expected = IllegalArgumentException.class) public void eventTypeFunctionConstructor() { new EventTypeFunction(null); }