public class NegationTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SLogoTurtle |
context |
private Negation |
instructionA |
private Negation |
instructionB |
private Negation |
instructionC |
private Negation |
instructionD |
private Negation |
instructionE |
Constructor and Description |
---|
NegationTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testA()
Test method for {@link slogo.instruction.Negation#value(Context c)
|
void |
testB()
Test method for {@link slogo.instruction.Negation#value(Context c)
|
void |
testC()
Test method for {@link slogo.instruction.Negation#value(Context c)
|
void |
testD()
Test method for {@link slogo.instruction.Negation#value(Context c)
|
void |
testE()
Test method for {@link slogo.instruction.Negation#value(Context c)
|
private SLogoTurtle context
private Negation instructionA
private Negation instructionB
private Negation instructionC
private Negation instructionD
private Negation instructionE
public void setUp()
java.lang.Exception
public void tearDown()
java.lang.Exception
public void testA()
public void testB()
public void testC()
public void testD()
public void testE()