public abstract class ReleaseOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Test |
gradedTest
The test that the options belong to
|
(package private) java.util.Collection<java.lang.String> |
options
The collection of options chosen by the Instructor
or Proctor
|
Constructor and Description |
---|
ReleaseOptions() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
addOption(java.lang.String option)
This method will add any options to the
collection of options that the Instructor
or Proctor specify
|
(package private) abstract void |
removeOption(java.lang.String option)
This method will remove any options from
the collection of options that the Instructor
or Proctor Specifies
|
Test gradedTest
java.util.Collection<java.lang.String> options
abstract void addOption(java.lang.String option)
abstract void removeOption(java.lang.String option)