testing
Class InstructionTest

java.lang.Object
  extended by testing.InstructionTest

public class InstructionTest
extends java.lang.Object


Field Summary
(package private)  SLogoParser sp
           
(package private)  Turtle turtle
           
 
Constructor Summary
InstructionTest()
           
 
Method Summary
 void testBack()
           
 void testForward()
           
 void testRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

turtle

Turtle turtle

sp

SLogoParser sp
Constructor Detail

InstructionTest

public InstructionTest()
Method Detail

testForward

public void testForward()

testBack

public void testBack()

testRight

public void testRight()