/* * Created on Jul 12, 2006 */ package com.processpuzzle.artifact_management.control; import junit.framework.TestCase; /** * @author zsolt.zsuffa */ public class UpdateArtifactViewCommandTest extends TestCase { protected void setUp() throws Exception { super.setUp(); } protected void tearDown() throws Exception { super.tearDown(); } }