Args

final case class Args[P](folderPath: Seq[String], suite: GuiSuite[P], progress: Progress[P], results: Map[PlanKey[P], BMStatus], resultFmts: Vector[BmResultFormat], guiOptions: GuiOptions)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def filename(ext: String): String

Inherited methods

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

Concrete fields

val resultFmtCount: Int