| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.jstatcom.engine.mlab.StubMlabTest
public final class StubMlabTest
This is a set of tests for the com.jstatcom.engine.mlab
 package. It makes use of the junit framework.
| 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 | 
|---|
public StubMlabTest(java.lang.String name)
name - String| Method Detail | 
|---|
public static junit.framework.Test suite()
public void testGraph()
public void testNumber()
public void testString()
public void testNArray()
public void testSArray()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||