Indicate exception thrown
This commit is contained in:
parent
fd010782eb
commit
db5e418cbf
@ -20,7 +20,7 @@ public class LabelDebuggerTest {
|
||||
}
|
||||
|
||||
@Test(expected = Exception.class)
|
||||
public void testSetEnabledNullThrowsException() {
|
||||
public void testSetEnabledNullThrowsException() throws Exception {
|
||||
LabelDebugger ld = new LabelDebugger();
|
||||
ld.setEnabled(null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user