public class IsEqualTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SLogoTurtle |
context |
private IsEqual |
instructionA |
private IsEqual |
instructionB |
private IsEqual |
instructionC |
private IsEqual |
instructionD |
Constructor and Description |
---|
IsEqualTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testA()
Test method for {@link slogo.instruction.isEqual#evaluate(Context c)
|
void |
testB()
Test method for {@link slogo.instruction.isEqual#evaluate(Context c)
|
void |
testC()
Test method for {@link slogo.instruction.isEqual#evaluate(Context c)
|
void |
testD()
Test method for {@link slogo.instruction.isEqual#evaluate(Context c)
|
private SLogoTurtle context
private IsEqual instructionA
private IsEqual instructionB
private IsEqual instructionC
private IsEqual instructionD
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()