@DirtiesContext @ContextConfiguration(value="classpath:/LibrarySpringBeans.xml") public class LibraryDaoImplTest extends Object
Constructor and Description |
---|
LibraryDaoImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
testGetLibrariesPerCampus()
Test saving libraries by campus code.
|
void |
testLibraryOrder()
Test that we get the libraries in the order we expected
|
void |
testSaveAndRetrieveLibrary()
Test saving a library.
|
void |
testSaveLibrary()
When we save a library we expect the primary key to be set
|
void |
testSavePeriod()
We first expect that we can save a library period
|
void |
testSavePeriod2()
Test that the object has an ID when saved
|
public LibraryDaoImplTest()
@DirtiesContext public void testSavePeriod()
@DirtiesContext public void testSavePeriod2()
@DirtiesContext public void testSaveLibrary()
@DirtiesContext public void testSaveAndRetrieveLibrary()
@DirtiesContext public void testGetLibrariesPerCampus()
@DirtiesContext public void testLibraryOrder()
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.