| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.service.ReportServiceTest
ReportServiceTest | public class ReportServiceTest extends KualiTestBase (Code) | | A test that allows manual testing of report generation for nightly out (ie, creates results and then people can look at those results and make certain they were expected)
|
Method Summary | |
protected void | setUp() | public void | testPendingEntryReport() This method isn't as much a test as an easy way to fire off the report generation process so that the reports can be checked. |
setUp | protected void setUp() throws Exception(Code) | | Sets up the services needed by this test
See Also: junit.framework.TestCase.setUp |
testPendingEntryReport | public void testPendingEntryReport() throws Exception(Code) | | This method isn't as much a test as an easy way to fire off the report generation process so that the reports can be checked.
throws: Exception - thrown if any exception is encountered for any reason |
|
|