public class FrameStackRegionTests extends Object
Constructor and Description |
---|
FrameStackRegionTests() |
Modifier and Type | Method and Description |
---|---|
void |
clearAffectsAllFrames() |
void |
getAllFavoursRecentVariables() |
void |
getAllRespectsProtectedFrames() |
void |
getAllRetrievesFromAllFrames() |
void |
gettingAnUnknownVariableReturnsNull() |
void |
initialise() |
void |
leaveDisposesVariables() |
void |
leaveDoesNothingWhenThereAreNoFrames() |
void |
leaveRemovesFramesToReachMarker() |
void |
leaveRestoresPreviousVariables() |
void |
leaveWithoutDisposePreservesMarkedFrame() |
void |
removeAffectsAllFrames() |
void |
removeRespectsProtectedFrames() |
void |
variablesCanBeRetrievedByName() |
void |
variablesInLowerFramesAreInvisibleWhenProtected() |
void |
variablesInLowerFramesAreVisibleWhenUnprotected() |
void |
variablesOverwriteExisting() |
void |
variablesShadowThoseInParentFrames() |
public void initialise()
public void variablesCanBeRetrievedByName() throws Exception
Exception
public void gettingAnUnknownVariableReturnsNull() throws Exception
Exception
public void variablesOverwriteExisting() throws Exception
Exception
public void variablesShadowThoseInParentFrames() throws Exception
Exception
public void leaveRestoresPreviousVariables() throws Exception
Exception
public void variablesInLowerFramesAreVisibleWhenUnprotected() throws Exception
Exception
public void variablesInLowerFramesAreInvisibleWhenProtected() throws Exception
Exception
public void leaveRemovesFramesToReachMarker() throws Exception
Exception
public void leaveWithoutDisposePreservesMarkedFrame() throws Exception
Exception
public void leaveDoesNothingWhenThereAreNoFrames() throws Exception
Exception
public void getAllRetrievesFromAllFrames() throws Exception
Exception
public void getAllRespectsProtectedFrames() throws Exception
Exception
public void getAllFavoursRecentVariables() throws Exception
Exception
Copyright © 2020. All rights reserved.