testing
Class SLogoParserTest
java.lang.Object
testing.SLogoParserTest
public class SLogoParserTest
- extends java.lang.Object
- Author:
- Sara Sprenkle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parser
SLogoParser parser
turtle
Turtle turtle
SLogoParserTest
public SLogoParserTest()
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()