Class EdgeCoverage

All Implemented Interfaces:
StopCondition

public class EdgeCoverage extends CoverageStopConditionBase

EdgeCoverage

The EdgeCoverage stop condition is fulfilled when the percentage of visited edges in the model is greater than, or equal, to the percentage given as a parameter to the constructor.

Author:
Nils Olsson
  • Constructor Details

    • EdgeCoverage

      public EdgeCoverage(int percent)
  • Method Details