DryRunner
public
final
class
DryRunner
extends Runner
| java.lang.Object | ||
| ↳ | org.junit.runner.Runner | |
| ↳ | com.android.tradefed.lite.DryRunner | |
테스트를 실제로 실행하는 대신 투명하게 가실행합니다.
이를 위해서는 Description 객체가 있어야 가짜 테스트를 알 수 있습니다.
요약
공개 생성자 | |
|---|---|
DryRunner(Description desc)
Description 객체를 사용하여 새 DryRunner를 구성합니다. |
|
공개 메서드 | |
|---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
공개 생성자
DryRunner
public DryRunner (Description desc)
Description 객체를 사용하여 새 DryRunner를 구성합니다.
공개 메서드
getDescription
public Description getDescription ()
| 반환 값 | |
|---|---|
Description |
|
실행
public void run (RunNotifier notifier)
| 매개변수 | |
|---|---|
notifier |
RunNotifier |