package ch14reflect;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
* User: yidao
* Date: 12-6-2
* Time: 下午7:09
* SelectingMethodsTest
*/
public class SelectingMethodsTest {
@Test
public void testSelectMethods() throws Exception {
SelectingMethods selectingMethods = new SelectingMethods();
selectingMethods.selectMethods();
}
}