Class KnownFailuresListInterview


  • public class KnownFailuresListInterview
    extends Interview
    This interview collects the "kfl" test filter parameters. It is normally used as one of a series of sub-interviews that collect the parameter information for a test run.
    • Constructor Detail

      • KnownFailuresListInterview

        public KnownFailuresListInterview​(InterviewParameters parent)
                                   throws Interview.Fault
        Create an interview.
        Parameters:
        parent - The parent interview of which this is a child.
        Throws:
        Interview.Fault - if there is a problem while creating the interview.
    • Method Detail

      • dispose

        public void dispose()
      • setKflFiles

        public void setKflFiles​(java.io.File[] files)
      • getKflFiles

        public java.io.File[] getKflFiles()
      • setCustomKflFiles

        protected void setCustomKflFiles​(java.io.File[] files)
      • isKflEnabled

        public boolean isKflEnabled()
        According to the interview, does the user want to use a KFL?
        Returns:
        True if the user has indicated that they want to use a KFL, false otherwise.