dtu.library.app
Class TestDateServer

java.lang.Object
  extended by dtu.library.app.SampleDataSetup
      extended by dtu.library.app.TestDateServer

public class TestDateServer
extends SampleDataSetup


Constructor Summary
TestDateServer()
           
 
Method Summary
 void testDateServer()
          Tests that getDate function of the DateServer returns the current date.
 void testLibAppGetDate()
          Tests that the getDate function of the library application returns the current date.
 
Methods inherited from class dtu.library.app.SampleDataSetup
setUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDateServer

public TestDateServer()
Method Detail

testDateServer

public void testDateServer()
Tests that getDate function of the DateServer returns the current date.


testLibAppGetDate

public void testLibAppGetDate()
Tests that the getDate function of the library application returns the current date.