public class NumberSignCompilerTest extends Object
Constructor and Description |
---|
NumberSignCompilerTest() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpClass()
Create a new workbook for the program
|
void |
testAttribution()
Tests the attribution function
|
void |
testDoWhile()
Tests the dowhile function
|
void |
testEval()
Tests the eval function
|
void |
testSequence()
Tests the sequence of expressions in the cell
|
void |
testWhileDo()
Tests the whiledo formula
|
public NumberSignCompilerTest()
public static void setUpClass() throws Exception
Exception
- any Exception can occurpublic void testAttribution()
public void testSequence()
public void testWhileDo()
public void testDoWhile()
public void testEval()