/* * Created on Nov 28, 2006 */ package com.processpuzzle.workflow.protocol.domain; import org.junit.After; import org.junit.Before; public class ProtocolTest { @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } }