TestContentAnalyzer
public
class
TestContentAnalyzer
extends Object
java.lang.Object의 클래스 | |
↳ | com.android.tradefed.build.content.TestContentAnalyzer의 |
분석기는 분석을 위한 컨텍스트를 사용하여 무엇이 흥미로운지 판단합니다.
요약
공개 생성자 | |
---|---|
TestContentAnalyzer(TestInformation information, boolean presubmitMode,
|
공개 메서드 | |
---|---|
static
|
analyzeContentDiff(ContentInformation information, String entry)
|
ContentAnalysisResults
|
evaluate()
|
공개 생성자
TestContentAnalyzer
public TestContentAnalyzer (TestInformation information, boolean presubmitMode,contexts, discoveredModules, dependencyFiles)
매개변수 | |
---|---|
information |
TestInformation |
presubmitMode |
boolean |
contexts |
|
discoveredModules |
|
dependencyFiles |
|
공개 메서드
AnalysisContentDiff
public staticanalyzeContentDiff (ContentInformation information, String entry)
매개변수 | |
---|---|
information |
ContentInformation |
entry |
String |
반환 값 | |
---|---|
|