com.jstatcom.model
Class ModelTest1

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.jstatcom.model.ModelTest1
All Implemented Interfaces:
junit.framework.Test

public class ModelTest1
extends junit.framework.TestCase

This is a set of tests for the model package. It makes use of the junit framework.

Author:
Markus Kraetzig

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

ModelTest1

public ModelTest1(java.lang.String name)
ModelTest1 constructor comment.

Parameters:
name - String
Method Detail

suite

public static junit.framework.Test suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.

Returns:
Test

testNArrayFromFile

public void testNArrayFromFile()
Tests valueOf narray


testNArraySel

public void testNArraySel()
Tests narray


testSArraySel

public void testSArraySel()
Tests sarray


testSymbol

public void testSymbol()
Tests sarray


testNArrayVec

public void testNArrayVec()
Tests narray


testModelPanel

public void testModelPanel()
Tests ModelPanel


testJSCMap

public void testJSCMap()