Class DefaultTestPrioritiser

  • All Implemented Interfaces:
    TestPrioritiser

    public class DefaultTestPrioritiser
    extends Object
    implements TestPrioritiser
    Assigns tests based on line coverage and order them by execution speed with a weighting towards tests whose names imply they are intended to test the mutated class
    Author:
    henry
    • Constructor Detail

      • DefaultTestPrioritiser

        public DefaultTestPrioritiser​(CoverageDatabase coverage)