Class ConnectorTestResult

java.lang.Object
org.sentrysoftware.metricshub.engine.strategy.detection.ConnectorTestResult

public class ConnectorTestResult extends Object
The ConnectorTestResult class represents the result of testing criteria for a specific connector during the detection process. It contains information about the tested connector, a list of CriterionTestResult objects, and a method to check if the connector's criteria are successful.

The class is designed to be used as a result container during the connector detection process. It includes information about the tested connector and the results of testing individual criteria associated with the connector. The success of the connector's criteria is determined based on the results of individual criterion tests.

  • Constructor Details

    • ConnectorTestResult

      public ConnectorTestResult()
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Whether the connector's criteria are successfully executed or not
      Returns:
      boolean value