Packages

trait QuestionnaireTestData extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuestionnaireTestData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allQuestionnaires: NonEmptyList[Questionnaire]
  5. val answersToQuestions: AnswersToQuestions
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val expectedAppName: String
  11. def firstQuestion(questionnaire: Questionnaire): Id
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val optionalQuestion: TextQuestion
  19. val optionalQuestionId: Id
  20. val question: Question
  21. val question2Id: Id
  22. val questionAltId: Id
  23. val questionId: Id
  24. val questionnaire: Questionnaire
  25. val questionnaireAlt: Questionnaire
  26. val questionnaireAltId: Id
  27. val questionnaireId: Id
  28. val sampleFailAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
  29. val samplePassAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
  30. val sampleWarningsAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val testGroups: NonEmptyList[GroupOfQuestionnaires]
  33. val testQuestionIdsOfInterest: QuestionIdsOfInterest
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. object OrganisationDetails
  39. object ResponsibleIndividualDetails

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped