bsoc.division
Class DivisionTest

java.lang.Object
  |
  +--test.framework.TestCase
        |
        +--bsoc.util.BsocTestCase
              |
              +--bsoc.division.DivisionTest

public class DivisionTest
extends BsocTestCase

All tests for the package bsoc.division


Method Summary
protected  void setUp()
           
static test.framework.Test suite()
           
 void testEquals1()
           
 void testEquals2()
           
 void testOneRound()
           
 void testSer1()
           
 void testSer2()
           
 
Methods inherited from class bsoc.util.BsocTestCase
writeAndRead
 
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

testEquals1

public void testEquals1()

testEquals2

public void testEquals2()

testSer1

public void testSer1()
              throws java.io.IOException,
                     java.lang.ClassNotFoundException

testSer2

public void testSer2()
              throws java.io.IOException,
                     java.lang.ClassNotFoundException

testOneRound

public void testOneRound()