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

Public constructors

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

Public methods

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

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