SuiteRunning

final case class SuiteRunning[P](suite: GuiSuite[P], progress: Progress[P], bm: EachBMStatus[P], abortFn: AbortFn) extends SuiteStatus[P]
trait Serializable
trait Product
trait Equals
trait SuiteStatus[P]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def plan: Plan[P]
override def runs: Int
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product