com.jstatcom.engine.ox
Class OxTest

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

public final class OxTest
extends junit.framework.TestCase

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

Author:
Markus Kraetzig

Constructor Summary
OxTest(java.lang.String name)
          OxTest constructor.
 
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 testInit()
          Tests init
 void testNArray()
           
 void testSArray()
           
 void testSArrayVector()
           
 void testString()
           
 
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

OxTest

public OxTest(java.lang.String name)
OxTest constructor.

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

testInit

public void testInit()
Tests init


testNArray

public void testNArray()

testString

public void testString()

testSArray

public void testSArray()

testSArrayVector

public void testSArrayVector()