public class AdditionTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SLogoTurtle |
context |
private Addition |
negDoubleInstruction |
private Addition |
negIntInstruction |
private Addition |
negPosDoubleInstruction |
private Addition |
negPosIntInstruction |
private Addition |
posDoubleInstruction |
private Addition |
posIntInstruction |
private Addition |
posNegDoubleInstruction |
private Addition |
posNegIntInstruction |
private Addition |
zeroInstruction |
Constructor and Description |
---|
AdditionTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testA()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testB()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testC()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testD()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testE()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testF()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testG()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testH()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
void |
testI()
Test method for {@link slogo.instruction.Addition#value(Context c)
|
private SLogoTurtle context
private Addition posIntInstruction
private Addition posDoubleInstruction
private Addition zeroInstruction
private Addition negIntInstruction
private Addition negDoubleInstruction
private Addition negPosIntInstruction
private Addition posNegIntInstruction
private Addition negPosDoubleInstruction
private Addition posNegDoubleInstruction
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()
public void testH()
public void testI()