import org.junit.Test; import java.lang.reflect.Method; import java.lang.reflect.Parameter; /** * @Author jack * @Date:2019/6/25 2:11 */ public class MainTest { public void testMethod(String a,int b){ } @Test public void test() throws NoSuchMethodException { } }