• Home
  • .NET
  • Unity
  • Godot
  • Design Overview
  • API Documentation
  • Changelog
  • GitHub
Show / Hide Table of Contents
  • Responsible
    • BddExtensions
    • IExternalResultSource
    • IFailureListener
    • IGlobalContextProvider
    • IOptionalTestResponder
    • ITestInstruction<T>
    • ITestOperation<T>
    • ITestResponder<T>
    • ITestScheduler
    • ITestWaitCondition<T>
    • LinqSupport
    • OptionalTestResponder
    • RepetitionLimitExceededException
    • Responsibly
    • TestFailureException
    • TestInstruction
    • TestInstructionExecutor
    • TestInstructionExecutor.StateNotificationCallback
    • TestOperationState
    • TestResponder
    • TestWaitCondition
  • Responsible.Bdd
    • IBddStep
    • Keywords
    • ScenarioBuilder
  • Responsible.Context
    • RunContext
  • Responsible.Docs
    • Inherit
  • Responsible.State
    • ITestOperationState
    • ITestOperationState<T>
    • StateStringBuilder
    • TestOperationStateTransition
    • TestOperationStatus
  • Responsible.Unity
    • TestOperationYieldInstruction<T>
    • UnhandledLogMessageException
    • UnityErrorLogInterceptor
    • UnityFailureListener
    • UnityTestInstructionExecutor
    • UnityTestScheduler
  • Responsible.Utilities
    • IMultipleTaskAwaiter<T>
    • IMultipleTaskSource<T>
    • IndentedStringBuilder<T>
    • RetryingPoller

Namespace Responsible.State

Contains classes and interfaces for working with the state of a running test operation. While these may be used to extend the functionality of Responsible, all of the basic functionality is available through extension methods on ITestInstruction<T>.

Classes

StateStringBuilder

Utility class for building string representations of test operation execution states.

TestOperationStatus

Base class for the status of a test operation execution. Can be one of:

  • Not executed
  • Waiting
  • Completed
  • Failed
  • Canceled

Not intended for public use.

Interfaces

ITestOperationState

Type-agnostic parts of the execution status of a test operation, see ITestOperationState<T>.

ITestOperationState<T>

Represents the execution status of a test operation run created with CreateState().

Mostly intended for internal use.

Enums

TestOperationStateTransition

Represents the type of a test operation state transition.

In this article
Back to top Generated by DocFX