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
Exceptionpublic void gettingAnUnknownVariableReturnsNull()
throws Exception
Exceptionpublic void variablesOverwriteExisting()
throws Exception
Exceptionpublic void variablesShadowThoseInParentFrames()
throws Exception
Exceptionpublic void leaveRestoresPreviousVariables()
throws Exception
Exceptionpublic void variablesInLowerFramesAreVisibleWhenUnprotected()
throws Exception
Exceptionpublic void variablesInLowerFramesAreInvisibleWhenProtected()
throws Exception
Exceptionpublic void leaveRemovesFramesToReachMarker()
throws Exception
Exceptionpublic void leaveWithoutDisposePreservesMarkedFrame()
throws Exception
Exceptionpublic void leaveDoesNothingWhenThereAreNoFrames()
throws Exception
Exceptionpublic void getAllRetrievesFromAllFrames()
throws Exception
Exceptionpublic void getAllRespectsProtectedFrames()
throws Exception
Exceptionpublic void getAllFavoursRecentVariables()
throws Exception
ExceptionCopyright © 2020. All rights reserved.