Group

sbt.Tests.Group
See theGroup companion class
object Group extends AbstractFunction3[String, Seq[TestDefinition], TestRunPolicy, Group], Serializable

Attributes

Companion
class
Graph
Supertypes
trait Serializable
class AbstractFunction3[String, Seq[TestDefinition], TestRunPolicy, Group]
trait (String, Seq[TestDefinition], TestRunPolicy) => Group
class Object
trait Matchable
class Any
Show all
Self type
Group.type

Members list

Value members

Concrete methods

def apply(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy): Group
def apply(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy, tags: Seq[(Tag, Int)]): Group
final override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any

Deprecated methods

def unapply(x$0: Group): Option[(String, Seq[TestDefinition], TestRunPolicy)]

Attributes

Deprecated
true

Inherited methods

def curried: T1 => T2 => T3 => R

Attributes

Inherited from:
Function3
def tupled: ((T1, T2, T3)) => R

Attributes

Inherited from:
Function3