ch.hsr.bieridee.test
Class RatingModelTest

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

public class RatingModelTest
extends DBTest

Tests RatingModel functionality.


Constructor Summary
RatingModelTest()
           
 
Method Summary
 void getRatingByNodeTest()
          Gets a rating by node id.
 void illegalNodeType()
           
 
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

RatingModelTest

public RatingModelTest()
Method Detail

getRatingByNodeTest

public void getRatingByNodeTest()
Gets a rating by node id.


illegalNodeType

public void illegalNodeType()
                     throws org.neo4j.graphdb.NotFoundException,
                            WrongNodeTypeException
Throws:
org.neo4j.graphdb.NotFoundException
WrongNodeTypeException