Interface AssessmentVariable

    • Method Detail

      • isRecord

        boolean isRecord()
                  throws java.rmi.RemoteException
        Get if the assessment variable should be recorded during test execution.
        Returns:
        true if the assessment variable should be recorded, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setRecord

        void setRecord​(boolean on)
                throws java.rmi.RemoteException
        Set if the assessment variable should be recorded during test execution.
        Parameters:
        on - true if the assessment variable should be recorded, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem