public class FrameStackTests extends Object
Constructor and Description |
---|
FrameStackTests() |
Modifier and Type | Method and Description |
---|---|
void |
getGlobalIgnoresShadowing() |
void |
getLocalIgnoresShadowing() |
void |
globalsAreAccessibleWhenShadowingVariablesAreRemoved() |
void |
globalsCanBeAccessedEvenWhenThereAreProtectedLocalFrames() |
void |
initialisedToContainOnlyGlobals() |
void |
leaveDoesNotLeaveGlobalFrames() |
void |
leaveGlobalDoesNotLeaveTheFinalGlobalFrame() |
void |
leaveGlobalRemovesGlobalVariables() |
void |
localsShadowGlobals() |
void |
removeVariable() |
void |
removeVariableAffectsOnlyTopMostFrame() |
public void initialisedToContainOnlyGlobals() throws Exception
Exception
public void globalsCanBeAccessedEvenWhenThereAreProtectedLocalFrames() throws Exception
Exception
public void globalsAreAccessibleWhenShadowingVariablesAreRemoved() throws Exception
Exception
public void getGlobalIgnoresShadowing() throws Exception
Exception
public void leaveGlobalRemovesGlobalVariables() throws Exception
Exception
public void leaveGlobalDoesNotLeaveTheFinalGlobalFrame() throws Exception
Exception
public void leaveDoesNotLeaveGlobalFrames() throws Exception
Exception
Copyright © 2016. All rights reserved.