2017년 6월 14일 Junit 145 comments Java, Junit
각 테스트 마다 메서드 이름을 알아낼 때 유용하다.
@Rule public TestName testName = new TestName(); testName.getMethodName();