Expresso 5-6

com.jcorporate.expresso.services.test
Class ExpressoTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.jcorporate.expresso.services.test.ExpressoTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
DBToolTests, UserLDAPTest

public class ExpressoTestCase
extends junit.framework.TestCase

Base class for Expresso test cases. Initializes the expresso system.

Version:
$Revision: 1.8 $ $Date: 2004/11/17 20:48:22 $
Author:
Michael Rimov

Constructor Summary
ExpressoTestCase(String name)
          Basic constructor - initializes the underlying Expresso configuration system.
 
Method Summary
protected  org.apache.log4j.Category getLog()
          Utilize this function for quick and easy logging for test cases
protected  void setUp()
          Sets up and makes sure that ConfigManager is fully loaded and ready to go.
protected  void tearDown()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressoTestCase

public ExpressoTestCase(String name)
                 throws Exception
Basic constructor - initializes the underlying Expresso configuration system.

Method Detail

getLog

protected org.apache.log4j.Category getLog()
Utilize this function for quick and easy logging for test cases


setUp

protected void setUp()
              throws Exception
Sets up and makes sure that ConfigManager is fully loaded and ready to go.

Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.