//$Id: MenuServiceTest.java 2008-7-29 下午03:24:07 chaostone Exp $ /* * * Copyright c 2005-2009 * Licensed under the Apache License, Version 2.0 (the "License") * http://www.apache.org/licenses/LICENSE-2.0 * * */ /******************************************************************************** * @author chaostone * * MODIFICATION DESCRIPTION * * Name Date Description * ============ ============ ============ * chaostone 2008-7-29 Created * ********************************************************************************/ package org.beanfuse.security.menu.service; import org.testng.annotations.Test; public class MenuServiceTest { @Test public void testDD() throws Exception { System.out.println("TBD"); } }