Indicate exception thrown

This commit is contained in:
Ruben van Vreeland 2016-09-14 22:00:35 +02:00 committed by GitHub
parent fd010782eb
commit db5e418cbf

View File

@ -20,7 +20,7 @@ public class LabelDebuggerTest {
} }
@Test(expected = Exception.class) @Test(expected = Exception.class)
public void testSetEnabledNullThrowsException() { public void testSetEnabledNullThrowsException() throws Exception {
LabelDebugger ld = new LabelDebugger(); LabelDebugger ld = new LabelDebugger();
ld.setEnabled(null); ld.setEnabled(null);
} }