/* * Created on Jul 2, 2006 */ package com.processpuzzle.application.security.domain; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * @author zsolt.zsuffa */ public class UserRepositoryRestoreTest { @Before public void setUp() throws Exception {} @After public void tearDown() throws Exception {} @Test public final void restore() {} }