JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class Brick3dTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.alsUtility.Brick3dTest

public class Brick3dTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
Brick3dTest(java.lang.String name)
           
 
Method Summary
 void testConstructor()
           
 void testExpandByAddition()
           
 void testExpandToInclude()
           
 void testIsInside()
           
 void testSideLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Brick3dTest

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

testConstructor

public void testConstructor()

testExpandToInclude

public void testExpandToInclude()

testExpandByAddition

public void testExpandByAddition()

testIsInside

public void testIsInside()

testSideLength

public void testSideLength()

JavaGenes, NASA Ames. Written largely by Al Globus