bsoc.nn
Class RandomTest

java.lang.Object
  |
  +--test.framework.TestCase
        |
        +--bsoc.nn.RandomTest

public class RandomTest
extends test.framework.TestCase

Testcases.


Method Summary
protected  void setUp()
           
static test.framework.Test suite()
           
 void testValueMinMax()
           
 void testWeightMinMax()
           
 
Methods inherited from class test.framework.TestCase
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, countTestCases, defaultResult, name, notEqualsMessage, run, run, runTest, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

suite

public static test.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class test.framework.TestCase

testValueMinMax

public void testValueMinMax()

testWeightMinMax

public void testWeightMinMax()