1 5 package com.opensymphony.workflow.spi.memory; 6 7 import com.opensymphony.workflow.spi.BaseFunctionalWorkflowTest; 8 9 10 17 public class MemoryFunctionalWorkflowTestCase extends BaseFunctionalWorkflowTest { 18 20 public MemoryFunctionalWorkflowTestCase(String s) { 21 super(s); 22 } 23 24 26 protected void setUp() throws Exception { 27 MemoryWorkflowStore.reset(); 28 super.setUp(); 29 } 30 } 31 | Popular Tags |