드라이러너
public
final
class
DryRunner
extends Runner
java.lang.Object의 클래스 | ||
↳ | org.junit.runner.Runner | |
↳ | com.android.tradefed.lite.DryRunner |
테스트를 실제로 실행하는 대신 테스트 실행을 투명하게 실행합니다.
어떤 테스트를 가짜로 할지 파악하려면 설명 객체가 필요합니다.
요약
공개 생성자 | |
---|---|
DryRunner(Description desc)
설명 객체를 사용하여 새 DryRunner를 구성합니다. |
공개 메서드 | |
---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
공개 생성자
드라이러너
public DryRunner (Description desc)
설명 객체를 사용하여 새 DryRunner를 구성합니다.
공개 메서드
getDescription
public Description getDescription ()
반환 값 | |
---|---|
Description |
실행
public void run (RunNotifier notifier)
매개변수 | |
---|---|
notifier |
RunNotifier |