Argument

sbt.Tests.Argument
final case class Argument(framework: Option[TestFramework], args: List[String]) extends TestOption

Defines arguments to pass to test frameworks.

Value parameters

args

The list of arguments to pass to the selected framework(s).

framework

The test framework the arguments apply to if one is specified in Some. If None, the arguments will apply to all test frameworks.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TestOption
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product