com.jstatcom.engine.mlab
Class StubMlabTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.jstatcom.engine.mlab.StubMlabTest
All Implemented Interfaces:
junit.framework.Test

public final class StubMlabTest
extends junit.framework.TestCase

This is a set of tests for the com.jstatcom.engine.mlab package. It makes use of the junit framework.

Author:
Markus Kraetzig

Constructor Summary
StubMlabTest(java.lang.String name)
          MLabTest 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 testGraph()
          Tests with graphics
 void testNArray()
          Tests with narrays
 void testNumber()
          Tests with numbers
 void testSArray()
          Tests with Sarrays
 void testString()
          Tests with strings
 
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

StubMlabTest

public StubMlabTest(java.lang.String name)
MLabTest 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

testGraph

public void testGraph()
Tests with graphics


testNumber

public void testNumber()
Tests with numbers


testString

public void testString()
Tests with strings


testNArray

public void testNArray()
Tests with narrays


testSArray

public void testSArray()
Tests with Sarrays