|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.Main.Test
public class Test
A test contains information about its length, what class it is for, and what questions it consists of.
Field Summary | |
---|---|
protected java.lang.String |
className
|
protected Time |
length
|
protected java.util.Collection<TestQuestion> |
questions
|
Constructor Summary | |
---|---|
Test()
Default Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Time length
protected java.util.Collection<TestQuestion> questions
protected java.lang.String className
Constructor Detail |
---|
public Test()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |