gumbo.graphic.math
Class Size3Test

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--gumbo.graphic.math.Size3Test
All Implemented Interfaces:
junit.framework.Test

public class Size3Test
extends junit.framework.TestCase

Version:
$Revision: 1.4 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Constructor Summary
Size3Test(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testArrayConstructor()
           
 void testCenter()
           
 void testClear()
           
 void testEmptyConstructor()
           
 void testGetSize()
           
 void testImmutableSize()
           
 void testSetArray()
           
 void testSetPoints()
           
 void testSetTuple()
           
 void testSetValue()
           
 void testSetValues()
           
 void testTupleConstructor()
           
 void testValueConstructor()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Size3Test

public Size3Test(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testEmptyConstructor

public void testEmptyConstructor()

testArrayConstructor

public void testArrayConstructor()

testValueConstructor

public void testValueConstructor()

testTupleConstructor

public void testTupleConstructor()

testSetValue

public void testSetValue()

testSetValues

public void testSetValues()

testSetArray

public void testSetArray()

testSetTuple

public void testSetTuple()

testGetSize

public void testGetSize()

testImmutableSize

public void testImmutableSize()

testClear

public void testClear()

testSetPoints

public void testSetPoints()

testCenter

public void testCenter()

setUp

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