Class DefaultInterviewParameters

All Implemented Interfaces:
Parameters
Direct Known Subclasses:
SimpleInterviewParameters

@Deprecated 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 Details

    • DefaultInterviewParameters

      protected DefaultInterviewParameters(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
    • DefaultInterviewParameters

      protected DefaultInterviewParameters(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