| org.sakaiproject.tool.gradebook.test.GradebookTestBase
All known Subclasses: org.sakaiproject.tool.gradebook.test.StandaloneSectionsDataLoader, org.sakaiproject.tool.gradebook.test.GradeManagerTest, org.sakaiproject.tool.gradebook.test.GradeCommentTest, org.sakaiproject.tool.gradebook.test.GradebookManagerTest, org.sakaiproject.tool.gradebook.test.SpreadsheetTest, org.sakaiproject.tool.gradebook.test.GradebookServiceInternalTest, org.sakaiproject.tool.gradebook.test.GradeMappingTest, org.sakaiproject.tool.gradebook.test.GradableObjectManagerTest, org.sakaiproject.tool.gradebook.test.GradebookServiceTest, org.sakaiproject.tool.gradebook.test.GradebookLoaderBase,
GradebookTestBase | abstract public class GradebookTestBase extends AbstractTransactionalSpringContextTests (Code) | | Base class for gradebook test classes that provides the spring application
context. The database used is an in-memory hsqldb by default, but this can
be overridden to test specific database configurations by setting the "mem"
system property to "false". In the "mem=false" case, the database configuration
is set in the hibernate.properties file in the "hibernate.properties.dir" directory.
author: Josh Holtzman |
getConfigLocations | protected String[] getConfigLocations()(Code) | | See Also: org.springframework.test.AbstractDependencyInjectionSpringContextTests.getConfigLocations |
getCourseGradeWithStats | protected CourseGrade getCourseGradeWithStats(Long gradebookId)(Code) | | Utility method for legacy tests after the "getCourseGradeWithStats" method stopped being used
by the application.
|
onSetUpInTransaction | protected void onSetUpInTransaction() throws Exception(Code) | | |
setAuthnId | protected void setAuthnId(String newUserUid)(Code) | | |
|
|