ch.hsr.bieridee.test
Class TimelineTest

java.lang.Object
  extended by ch.hsr.bieridee.test.DBTest
      extended by ch.hsr.bieridee.test.TimelineTest

public class TimelineTest
extends DBTest

Tests Timeline functionality.


Constructor Summary
TimelineTest()
           
 
Method Summary
 void testTimelineAddAction()
          Tests whether an newly inserted Action is at the first position in the Timeline-Tree.
 void testTimelineNegativeSize()
           
 void testTimelineOrder()
          Tests the chronological timeline "chaining".
 void testTimelineSize()
           
 void testTimelineUserFilter()
          Tests the Timeline User filter functionality.
 
Methods inherited from class ch.hsr.bieridee.test.DBTest
shutdownDB, startResletAPI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelineTest

public TimelineTest()
Method Detail

testTimelineOrder

public void testTimelineOrder()
Tests the chronological timeline "chaining".


testTimelineNegativeSize

public void testTimelineNegativeSize()

testTimelineSize

public void testTimelineSize()

testTimelineAddAction

public void testTimelineAddAction()
Tests whether an newly inserted Action is at the first position in the Timeline-Tree.


testTimelineUserFilter

public void testTimelineUserFilter()
Tests the Timeline User filter functionality.