slogo.parser
Class SLogoContextTest

java.lang.Object
  extended by slogo.parser.SLogoContextTest

public class SLogoContextTest
extends java.lang.Object


Field Summary
(package private)  SLogoContext context
           
 
Constructor Summary
SLogoContextTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAdd()
           
 void testGetValue()
           
 void testPushNewContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

SLogoContext context
Constructor Detail

SLogoContextTest

public SLogoContextTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetValue

public final void testGetValue()

testAdd

public final void testAdd()

testPushNewContext

public final void testPushNewContext()