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