org.geebis.books.model.label
Class LabelTest

java.lang.Object
  extended by org.geebis.books.model.label.LabelTest

public class LabelTest
extends java.lang.Object


Constructor Summary
LabelTest()
           
 
Method Summary
 void setUp()
           
 void testAddIncompatibleLabelException()
           
 void testAddLabel()
           
 void testAddOnePerObjectLabel()
           
 void testCanAddLabel()
           
 void testRemoveLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelTest

public LabelTest()
Method Detail

setUp

public void setUp()

testCanAddLabel

public void testCanAddLabel()

testAddLabel

public void testAddLabel()
                  throws IncompatibleLabelException
Throws:
IncompatibleLabelException

testAddOnePerObjectLabel

public void testAddOnePerObjectLabel()
                              throws IncompatibleLabelException
Throws:
IncompatibleLabelException

testAddIncompatibleLabelException

public void testAddIncompatibleLabelException()
                                       throws IncompatibleLabelException
Throws:
IncompatibleLabelException

testRemoveLabel

public void testRemoveLabel()
                     throws IncompatibleLabelException
Throws:
IncompatibleLabelException