com.kyleswebspace.prometheus
Class TestFactory

java.lang.Object
  extended by com.kyleswebspace.prometheus.TestFactory

public class TestFactory
extends java.lang.Object

This class contains the constructor and builds tests.

Author:
Kyle

Constructor Summary
TestFactory()
           
 
Method Summary
static Test buildTest(java.lang.String subject, java.lang.String mode)
          buildTest returns a Test object named test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFactory

public TestFactory()
Method Detail

buildTest

public static Test buildTest(java.lang.String subject,
                             java.lang.String mode)
buildTest returns a Test object named test. It instantiates 20 questions in 2 different subjects.

Parameters:
subject -
mode -
Returns: