Alle implementierten Schnittstellen:
Serializable

public class PitAdapter extends AbstractViolationAdapter
Parses PIT results files.
Autor:
Ullrich Hafner
Siehe auch:
  • Felddetails

    • TOTAL_MUTATIONS

      public static final String TOTAL_MUTATIONS
      Report property key to obtain the total number of mutations.
      Siehe auch:
    • KILLED_MUTATIONS

      public static final String KILLED_MUTATIONS
      Report property key to obtain the number of killed mutations.
      Siehe auch:
    • UNCOVERED_MUTATIONS

      public static final String UNCOVERED_MUTATIONS
      Report property key to obtain the number of killed mutations.
      Siehe auch:
    • SURVIVED_MUTATIONS

      public static final String SURVIVED_MUTATIONS
      Report property key to obtain the number of killed mutations.
      Siehe auch:
  • Konstruktordetails

    • PitAdapter

      public PitAdapter()