ITokenRequest
public
interface
ITokenRequest
implements
IRemoteTest
| com.android.tradefed.invoker.shard.token.ITokenRequest |
IRemoteTest가 특수 토큰이 있는 기기가 필요하다는 사실을 노출하기 위해 구현할 수 있는 인터페이스입니다.
요약
공개 메서드 | |
|---|---|
default
Set<TokenProperty>
|
getRequiredTokens(TestInformation testInfo)
테스트에서 필요한 토큰 목록을 반환합니다. |
default
Set<TokenProperty>
|
getRequiredTokens()
테스트에서 필요한 토큰 목록을 반환합니다. |
공개 메서드
getRequiredTokens
public Set<TokenProperty> getRequiredTokens (TestInformation testInfo)
테스트에서 필요한 토큰 목록을 반환합니다. 토큰이 지원되지 않으면 null을 반환합니다.
| 매개변수 | |
|---|---|
testInfo |
TestInformation |
| 반환 | |
|---|---|
Set<TokenProperty> |
|
getRequiredTokens
public Set<TokenProperty> getRequiredTokens ()
테스트에서 필요한 토큰 목록을 반환합니다. 토큰이 지원되지 않으면 null을 반환합니다.
| 반환 | |
|---|---|
Set<TokenProperty> |
|