gumbo.graphic.math
Class UnitVector3Test

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

public class UnitVector3Test
extends junit.framework.TestCase

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

Constructor Summary
UnitVector3Test(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testArrayConstructor()
           
 void testClear()
           
 void testEmptyConstructor()
           
 void testGetUnitVector()
           
 void testImmutableUnitVector()
           
 void testSetArray()
           
 void testSetTuple()
           
 void testSetValue()
           
 void testSetValues()
           
 void testTupleConstructor()
           
 void testUnitVectorConstructor()
           
 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

UnitVector3Test

public UnitVector3Test(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()

testUnitVectorConstructor

public void testUnitVectorConstructor()

testSetValue

public void testSetValue()

testSetValues

public void testSetValues()

testSetArray

public void testSetArray()

testSetTuple

public void testSetTuple()

testGetUnitVector

public void testGetUnitVector()

testImmutableUnitVector

public void testImmutableUnitVector()

testClear

public void testClear()

setUp

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