ua.gradsoft.managedfixture

NoState

case class NoState[SI <: FixtureStateTypes](stateInfo: SI) extends FixtureStateCondition[SI] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FixtureStateCondition[SI], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NoState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FixtureStateCondition
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NoState(stateInfo: SI)

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def allowedStartStates: Set[Value forSome {val _121: SI}]

    set of states, from which test can be runned.

    set of states, from which test can be runned.

    Definition Classes
    NoStateFixtureStateCondition
  7. def and(other: FixtureStateCondition[SI]): NoState[SI]

    Definition Classes
    NoStateFixtureStateCondition
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def check(s: Value forSome {val _91: SI}): Boolean

    check when state satisficy position

    check when state satisficy position

    Definition Classes
    FixtureStateCondition
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def neededStateAspects: Set[Value forSome {val _124: SI}]

    set of state aspects, which must be clean

    set of state aspects, which must be clean

    Definition Classes
    NoStateFixtureStateCondition
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def or(other: FixtureStateCondition[SI]): FixtureStateCondition[SI]

    Definition Classes
    NoStateFixtureStateCondition
  20. val stateInfo: SI

    Definition Classes
    NoStateFixtureStateCondition
  21. def stateToLoad: Value forSome {val _128: SI}

    Choose one state from correct, which is loaded by engine to start this preconditions.

    Choose one state from correct, which is loaded by engine to start this preconditions.

    Definition Classes
    NoStateFixtureStateCondition
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def withAnyState: FixtureStateCondition[SI]

    return condition where input state can be any (and used aspects same as current)

    return condition where input state can be any (and used aspects same as current)

    Definition Classes
    NoStateFixtureStateCondition
  27. def withStartState(s: Value forSome {val _130: SI}): FixtureStateCondition[SI]

    return condition wiht added startState s.

    return condition wiht added startState s.

    Definition Classes
    NoStateFixtureStateCondition
  28. def withStartStates(s: Seq[Value forSome {val _132: SI}]): FixtureStateCondition[SI]

    return condition whith input states from s.

    return condition whith input states from s.

    Definition Classes
    NoStateFixtureStateCondition
  29. def withStateAspects(s: Seq[Value forSome {val _135: SI}]): FixtureStateCondition[SI]

    return condition whith marked aspects from s

    return condition whith marked aspects from s

    Definition Classes
    NoStateFixtureStateCondition
  30. def withUndefinedState: FixtureStateCondition[SI]

    return condition where input state is undefined.

    return condition where input state is undefined.

    Definition Classes
    NoStateFixtureStateCondition

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FixtureStateCondition[SI]

Inherited from AnyRef

Inherited from Any

Ungrouped