Class DefaultInterviewParameters

  • All Implemented Interfaces:
    Parameters
    Direct Known Subclasses:
    SimpleInterviewParameters

    public abstract class DefaultInterviewParameters
    extends BasicInterviewParameters
    Deprecated.
    Use BasicInterviewParameters
    A basic implementation of InterviewParameters that uses standard interviews for all the various interview sections, except the environment section, which remains to be implemented by subtypes.
    • Constructor Detail

      • DefaultInterviewParameters

        protected DefaultInterviewParameters​(java.lang.String tag)
                                      throws Interview.Fault
        Deprecated.
        Create a BasicInterviewParameters object. The test suite for which this interview applies should be set with setTestSuite.
        Parameters:
        tag - the tag used to qualify questions in this interview
        Throws:
        Interview.Fault - if there is a problem creating this object
      • DefaultInterviewParameters

        protected DefaultInterviewParameters​(java.lang.String tag,
                                             TestSuite ts)
                                      throws Interview.Fault
        Deprecated.
        Create a BasicInterviewParameters object.
        Parameters:
        tag - the tag used to qualify questions in this interview
        ts - The test suite to which this interview applies.
        Throws:
        Interview.Fault - if there is a problem creating this object