ua.gradsoft.managedfixture.ExecutionSequenceOptimizer

StepState

case class StepState [T <: FixtureStateTypes] (usageDescriptions: Map[String, TestFixtureStateUsageDescription[T]], stateSame: Map[_33.startStates.Value forSome { val _33: T }, List[String]], stateUndefined: Map[_35.startStates.Value forSome { val _35: T }, List[String]], stateTransfer: Map[_37.startStates.Value forSome { val _37: T }, Map[_38.startStates.Value forSome { val _38: T }, List[String]]], currentState: Option[_41.startStates.Value forSome { val _41: T }], currentUsedAspects: Set[_43.stateAspects.Value forSome { val _43: T }], buildPath: List[List[String]], namesToLeft: Set[String], currentNLoads: Int) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StepState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StepState (usageDescriptions: Map[String, TestFixtureStateUsageDescription[T]], stateSame: Map[_51.startStates.Value forSome { val _51: T }, List[String]], stateUndefined: Map[_52.startStates.Value forSome { val _52: T }, List[String]], stateTransfer: Map[_53.startStates.Value forSome { val _53: T }, Map[_54.startStates.Value forSome { val _54: T }, List[String]]], currentState: Option[_55.startStates.Value forSome { val _55: T }], currentUsedAspects: Set[_56.stateAspects.Value forSome { val _56: T }], buildPath: List[List[String]], namesToLeft: Set[String], currentNLoads: Int)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val buildPath : List[List[String]]

  8. def canEqual (arg0: Any): Boolean

    Definition Classes
    StepState → Equals
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compatibleWith (state: _63.startStates.Value forSome { val _63: T }, usedAspects: Set[_64.stateAspects.Value forSome { val _64: T }], mustBeParallel: Boolean, candidateName: String): Boolean

  11. def compatibleWith (candidateName: String, mustBeParallel: Boolean): Boolean

  12. val currentNLoads : Int

  13. val currentState : Option[_42.startStates.Value forSome { val _42: T }]

  14. val currentUsedAspects : Set[_44.stateAspects.Value forSome { val _44: T }]

  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    StepState → Equals → AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    StepState → AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. val namesToLeft : Set[String]

  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def productArity : Int

    Definition Classes
    StepState → Product
  26. def productElement (arg0: Int): Any

    Definition Classes
    StepState → Product
  27. def productIterator : Iterator[Any]

    Definition Classes
    Product
  28. def productPrefix : String

    Definition Classes
    StepState → Product
  29. val stateSame : Map[_34.startStates.Value forSome { val _34: T }, List[String]]

  30. val stateTransfer : Map[_39.startStates.Value forSome { val _39: T }, Map[_40.startStates.Value forSome { val _40: T }, List[String]]]

  31. val stateUndefined : Map[_36.startStates.Value forSome { val _36: T }, List[String]]

  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toString (): String

    Definition Classes
    StepState → AnyRef → Any
  34. val usageDescriptions : Map[String, TestFixtureStateUsageDescription[T]]

  35. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any