testtool.student_app.taking_view
Class ViewTests

java.lang.Object
  extended by testtool.student_app.taking_view.ViewTests

public abstract class ViewTests
extends java.lang.Object

This illistrates the main page of the student app. It has two functions that will take a student to the designated pages.


Field Summary
private  java.util.List<Test> tests
           
 
Constructor Summary
ViewTests()
           
 
Method Summary
abstract  void logout()
          This logs the student out from the app and closes it.
abstract  void takeTest(Test test)
          This takes the student to the test that the student has selected so that they can take it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tests

private java.util.List<Test> tests
Constructor Detail

ViewTests

public ViewTests()
Method Detail

takeTest

public abstract void takeTest(Test test)
This takes the student to the test that the student has selected so that they can take it.


logout

public abstract void logout()
This logs the student out from the app and closes it.