testing
Class SLogoParserTest

java.lang.Object
  extended by testing.SLogoParserTest

public class SLogoParserTest
extends java.lang.Object

Author:
Sara Sprenkle

Field Summary
(package private)  SLogoParser parser
           
(package private)  Turtle turtle
           
 
Constructor Summary
SLogoParserTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAliases()
           
 void testArithmetic()
           
 void testArithmeticAndAssignment()
           
 void testConditionals()
           
 void testDrawingMethods()
           
 void testIdentifierInCommand()
           
 void testIf()
           
 void testLowerCase()
           
 void testNestedArithmetic()
           
 void testNumericInstructions()
           
 void testRepeat()
           
 void testSubroutines()
           
 void testUndefinedSubroutine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser

SLogoParser parser

turtle

Turtle turtle
Constructor Detail

SLogoParserTest

public SLogoParserTest()
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

testArithmetic

public final void testArithmetic()

testNestedArithmetic

public final void testNestedArithmetic()

testArithmeticAndAssignment

public final void testArithmeticAndAssignment()

testConditionals

public final void testConditionals()

testIdentifierInCommand

public final void testIdentifierInCommand()

testDrawingMethods

public final void testDrawingMethods()

testAliases

public final void testAliases()

testLowerCase

public final void testLowerCase()

testSubroutines

public final void testSubroutines()

testRepeat

public final void testRepeat()

testNumericInstructions

public final void testNumericInstructions()

testIf

public final void testIf()

testUndefinedSubroutine

public final void testUndefinedSubroutine()