- Test - Class in etest.entities
-
Abstract class representing a test.
- Test(String) - Constructor for class etest.entities.Test
-
- Test - Class in etest
-
- Test() - Constructor for class etest.Test
-
- TEST_HEADERS_JSON - Static variable in class etest.Examples
-
- TestHeader - Class in etest.entities
-
A test without questions/answers.
- TestHeader(String) - Constructor for class etest.entities.TestHeader
-
- TestListPanel - Class in etest.gui
-
A panel containing a list of tests available to the user.
- TestListPanel(Client, TestHeader[]) - Constructor for class etest.gui.TestListPanel
-
Creates new form TestListPanel.
- TestPanel - Class in etest.gui
-
A panel for displaying test.
- TestPanel(Client, Test) - Constructor for class etest.gui.TestPanel
-
Creates new form TestPanel
- TestStatus - Enum in etest.entities
-
Status of the test.
- toJson() - Method in class etest.entities.TestHeader
-
- toJson(Object) - Static method in class etest.JsonHelper
-
Returns a json serialization of java object.
- toString() - Method in enum etest.entities.TestStatus
-