JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class StudentTeacherTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.core.StudentTeacherTest

public class StudentTeacherTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
StudentTeacherTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testStudents()
           
 void testTeachers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentTeacherTest

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

setUp

public void setUp()

testStudents

public void testStudents()

testTeachers

public void testTeachers()

JavaGenes, NASA Ames. Written largely by Al Globus