public class BackwardTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SLogoTurtle |
context |
private Backward |
negDoubleDownInstruction |
private Backward |
negDoubleUpInstruction |
private Backward |
negIntInstruction |
private Backward |
posDoubleDownInstruction |
private Backward |
posDoubleUpInstruction |
private Backward |
posIntInstruction |
private Backward |
zeroInstruction |
Constructor and Description |
---|
BackwardTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testA()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testB()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testC()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testD()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testE()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testF()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
void |
testG()
Test method for {@link slogo.instruction.Backward#evaluate(GrammarElement e)
|
private SLogoTurtle context
private Backward posIntInstruction
private Backward negIntInstruction
private Backward zeroInstruction
private Backward posDoubleDownInstruction
private Backward negDoubleDownInstruction
private Backward posDoubleUpInstruction
private Backward negDoubleUpInstruction
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testA()
public void testB()
public void testC()
public void testD()
public void testE()
public void testF()
public void testG()