|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.jstatcom.model.ModelTest1
public class ModelTest1
This is a set of tests for the model package. It makes use of the junit framework.
Constructor Summary | |
---|---|
ModelTest1(java.lang.String name)
ModelTest1 constructor comment. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism. |
void |
testJSCMap()
|
void |
testModelPanel()
Tests ModelPanel |
void |
testNArrayFromFile()
Tests valueOf narray |
void |
testNArraySel()
Tests narray |
void |
testNArrayVec()
Tests narray |
void |
testSArraySel()
Tests sarray |
void |
testSymbol()
Tests sarray |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelTest1(java.lang.String name)
name
- StringMethod Detail |
---|
public static junit.framework.Test suite()
public void testNArrayFromFile()
public void testNArraySel()
public void testSArraySel()
public void testSymbol()
public void testNArrayVec()
public void testModelPanel()
public void testJSCMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |