@Test
public void show() {
System.out.println(Thread.currentThread() .getStackTrace()[1].getClassName()+":"+Thread.currentThread() .getStackTrace()[1].getMethodName());
}
eg:com.mishimao.mishimao_api.MishimaoApiApplicationTests:show
@Test
public void show() {
System.out.println(Thread.currentThread() .getStackTrace()[1].getClassName()+":"+Thread.currentThread() .getStackTrace()[1].getMethodName());
}
eg:com.mishimao.mishimao_api.MishimaoApiApplicationTests:show