TestRecorderState

public enum TestRecorderState

The various states of the TestSessionRecorder class during a recording session.

  • Indicates the recrders have been configured and are ready to start recording.

    Declaration

    Swift

    case ready
  • Indicates that the recording is currently in progress.

    Declaration

    Swift

    case recording
  • Indicates that the recording has concluded.

    Declaration

    Swift

    case finished