public class EndToEndTest extends Object
Modifier and Type | Field and Description |
---|---|
static DefaultInterpreterInterface |
intepreter |
Constructor and Description |
---|
EndToEndTest() |
Modifier and Type | Method and Description |
---|---|
static int |
evaluateNoException(String input) |
void |
testAdd() |
void |
testIntegerDiv() |
void |
testNum() |
void |
testParens() |
void |
testPrecedence() |
public static final DefaultInterpreterInterface intepreter
public static int evaluateNoException(String input)
public void testNum()
public void testAdd()
public void testPrecedence()
public void testParens()
public void testIntegerDiv()