} catch (Exception e) {
fail(e.toString());
}
try {
assertEquals(20, status);
ProtectedSuccessor successor = new ProtectedSuccessor();
m = ProtectedSuccessor.class
.getDeclaredMethod("privateMethod", new Class[] {});
m.invoke(successor, (Object[])null);
} catch (IllegalAccessException e) {
} catch (Exception e) {