analysis_test=True must return an instance of this provider, and non-analysis-phase test rules cannot return this provider.
Members
AnalysisTestResultInfo
AnalysisTestResultInfo AnalysisTestResultInfo(success, message)
AnalysisTestResultInfo constructor.
          
      Parameters
| Parameter | Description | 
|---|---|
              success
             | 
            
                          bool;
                                     required If true, then the analysis-phase test represented by this target should pass. If false, the test should fail.  | 
          
              message
             | 
            
                          string;
                                     required A descriptive message containing information about the test and its success/failure.  | 
          
message
string AnalysisTestResultInfo.message
success
bool AnalysisTestResultInfo.success