TestContentAnalyzer

public class TestContentAnalyzer
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.TestContentAnalyzer


The analyzer takes context for the analysis and determine what is interesting.

Summary

Fields

public static final String TESTS_DIR_KEY

Public constructors

TestContentAnalyzer(TestInformation information, boolean presubmitMode, contexts, discoveredModules, dependencyFiles)

Public methods

static analyzeContentDiff(ContentInformation information, String entry)
ContentAnalysisResults evaluate()

Fields

TESTS_DIR_KEY

public static final String TESTS_DIR_KEY

Public constructors

TestContentAnalyzer

public TestContentAnalyzer (TestInformation information, 
                boolean presubmitMode, 
                 contexts, 
                 discoveredModules, 
                 dependencyFiles)

Parameters
information TestInformation

presubmitMode boolean

contexts

discoveredModules

dependencyFiles

Public methods

analyzeContentDiff

public static  analyzeContentDiff (ContentInformation information, 
                String entry)

Parameters
information ContentInformation

entry String

Returns

evaluate

public ContentAnalysisResults evaluate ()

Returns
ContentAnalysisResults