org.kuali.rice.maintainable
Class KualiMaintainableTest

java.lang.Object
  extended by org.kuali.rice.maintainable.KualiMaintainableTest

public class KualiMaintainableTest
extends Object

Test methods for default Kuali maintainable implementation.


Constructor Summary
KualiMaintainableTest()
           
 
Method Summary
 void setUp()
           
 void testGetShowInactiveRecords_Default()
          Tests the retrieval of the inactive record display setting when it has not been set (default).
 void testGetShowInactiveRecords_NullParam()
          Tests method throws an exception when given name is null.
 void testSetShowInactiveRecords_DisplayCollectionInActive()
          Tests setting to display inactive records for a collection.
 void testSetShowInactiveRecords_DisplaySubCollectionInActive()
          Tests setting to display inactive records for a sub-collection.
 void testSetShowInactiveRecords_NoDisplayCollectionInActive()
          Tests setting to not display inactive records for a collection.
 void testSetShowInactiveRecords_NoDisplaySubCollectionInActive()
          Tests setting to not display inactive records for a sub-collection.
 void testSetShowInactiveRecords_NullParam()
          Tests method throws an exception when given name is null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KualiMaintainableTest

public KualiMaintainableTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetShowInactiveRecords_Default

public void testGetShowInactiveRecords_Default()
                                        throws Exception
Tests the retrieval of the inactive record display setting when it has not been set (default). Default should be false according to specification.

Throws:
Exception

testGetShowInactiveRecords_NullParam

public void testGetShowInactiveRecords_NullParam()
                                          throws Exception
Tests method throws an exception when given name is null.

Throws:
Exception

testSetShowInactiveRecords_DisplayCollectionInActive

public void testSetShowInactiveRecords_DisplayCollectionInActive()
                                                          throws Exception
Tests setting to display inactive records for a collection.

Throws:
Exception

testSetShowInactiveRecords_NoDisplayCollectionInActive

public void testSetShowInactiveRecords_NoDisplayCollectionInActive()
                                                            throws Exception
Tests setting to not display inactive records for a collection.

Throws:
Exception

testSetShowInactiveRecords_DisplaySubCollectionInActive

public void testSetShowInactiveRecords_DisplaySubCollectionInActive()
                                                             throws Exception
Tests setting to display inactive records for a sub-collection.

Throws:
Exception

testSetShowInactiveRecords_NoDisplaySubCollectionInActive

public void testSetShowInactiveRecords_NoDisplaySubCollectionInActive()
                                                               throws Exception
Tests setting to not display inactive records for a sub-collection.

Throws:
Exception

testSetShowInactiveRecords_NullParam

public void testSetShowInactiveRecords_NullParam()
                                          throws Exception
Tests method throws an exception when given name is null.

Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.