AlwaysTag

object AlwaysTag extends NamedTag

This tag will always keep its tagged element.

It is used to keep setup/teardown behaviour in specification whether examples are tagged or not and whatever is passed on the command line

trait NamedTag
class Object
trait Matchable
class Any

Value members

Concrete methods

def keep(args: Arguments, names: Seq[String]): Boolean
def names: Seq[String]

Inherited methods

override def equals(o: Any): Boolean
Definition Classes
NamedTag -> Any
Inherited from:
NamedTag
override def hashCode: Int
Definition Classes
NamedTag -> Any
Inherited from:
NamedTag
def keep(args: Arguments): Boolean
Returns:

true if the element tagged with this must be kept

Inherited from:
NamedTag
Returns:

a tag where both "keep" conditions apply and where new names are used for evaluating the "keep" condition

Inherited from:
NamedTag
def removeNames(otherNames: Seq[String]): NamedTag
Inherited from:
NamedTag
def setNames(otherNames: Seq[String]): NamedTag
Inherited from:
NamedTag
override def toString: String
Definition Classes
NamedTag -> Any
Inherited from:
NamedTag