Class KnownFailuresListInterview

java.lang.Object
com.sun.interview.Interview
com.sun.javatest.interview.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 Details

    • 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 Details

    • dispose

      public void dispose()
    • getKflFiles

      public File[] getKflFiles()
    • setKflFiles

      public void setKflFiles(File... files)
    • setCustomKflFiles

      protected void setCustomKflFiles(File... files)
    • getKfl

      public KnownFailuresList getKfl()
    • 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.