trait QuestionnaireTestData extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuestionnaireTestData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allQuestionnaires: NonEmptyList[Questionnaire]
- val answersToQuestions: AnswersToQuestions
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val expectedAppName: String
- def firstQuestion(questionnaire: Questionnaire): Id
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val optionalQuestion: TextQuestion
- val optionalQuestionId: Id
- val question: Question
- val question2Id: Id
- val questionAltId: Id
- val questionId: Id
- val questionnaire: Questionnaire
- val questionnaireAlt: Questionnaire
- val questionnaireAltId: Id
- val questionnaireId: Id
- val sampleFailAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
- val samplePassAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
- val sampleWarningsAnswersToQuestions: Map[Id, Product with ActualAnswer with Serializable]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val testGroups: NonEmptyList[GroupOfQuestionnaires]
- val testQuestionIdsOfInterest: QuestionIdsOfInterest
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object OrganisationDetails
- object ResponsibleIndividualDetails
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)