Code Search for Developers
 
 
  

BusinessIndexTest.java from PowerStone at Krugle


Show BusinessIndexTest.java syntax highlighted

package org.powerstone.workflow.model;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import junit.framework.TestCase;

public class BusinessIndexTest extends TestCase {
    protected static Log log = LogFactory.getLog(BusinessIndexTest.class);
    protected void setUp() throws Exception {
        super.setUp();
    }

    protected void tearDown() throws Exception {
        super.tearDown();
    }
    
    public void testKey(){
        log.debug(BusinessIndexTest.class.toString());
        log.debug(String.class);
    }

}




See more files for this project here

PowerStone

PowerStone is an open source java WorkFlow Management System,based on Spring and Hibernate.The system is composed of an engine(processing xpdl documents edited with Enhydra JaWE),a flow management console,a worklist and an identity management module.

Project homepage: http://sourceforge.net/projects/powerstone
Programming language(s): Java,JSP,XML
License: other

  BusinessIndexTest.java
  FlowTaskTest.java