InstallKernelModulePreparer

public class InstallKernelModulePreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.Object의 클래스
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.InstallKernelModulePreparer


커널 모듈을 설치하는 타겟 준비자입니다. 자세한 내용은 https://source.android.com/docs/core/architecture/kernel/modules를 참조하세요.

요약

공개 생성자

InstallKernelModulePreparer()

공개 메서드

void setUp(TestInformation testInfo)

테스트를 위한 타겟 설정을 실행합니다.

void tearDown(TestInformation testInfo, Throwable e)

테스트 후 대상 정리/해체를 실행합니다.

공개 생성자

InstallKernelModulePreparer

public InstallKernelModulePreparer ()

공개 메서드

설정

public void setUp (TestInformation testInfo)

테스트를 위해 타겟 설정을 실행합니다.

매개변수
testInfo TestInformation: 호출의 TestInformation입니다.

생성 값
BuildError
DeviceNotAvailableException
TargetSetupError

해체

public void tearDown (TestInformation testInfo, 
                Throwable e)

테스트 후 대상 정리/해체를 실행합니다.

매개변수
testInfo TestInformation: 호출의 TestInformation입니다.

e Throwable: 호출이 예외로 종료된 경우 호출 수준에서 포착된 예외입니다. 그렇지 않은 경우에는 null입니다.

생성 값
DeviceNotAvailableException