// helper class for test 2
class Inner2 extends ProtectedMethod {
public void test2() {
Inner2 thisInstance = new Inner2();
ProtectedMethod superInstance = new ProtectedMethod();
Method m = null;
try {
assertEquals(0, status);
assertEquals(0, thisInstance.status);
assertEquals(0, superInstance.status);