Select

org.specs2.main.Select
See theSelect companion object
case class Select(_ex: Option[String], _include: Option[String], _exclude: Option[String], _was: Option[String], _selector: Option[String]) extends ShowArgs

Selection arguments

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ShowArgs
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contain(tags: String*): Boolean
def ex: String
def exclude: String
def hasFilter: Boolean
def include: String
def keep(tags: String*): Boolean
def overrideWith(other: Select): Select
def selector: Option[String]
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
Any
def was(s: String): Boolean
def wasIsDefined: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showArg(a: (String, Option[_])): Option[String]

Attributes

Inherited from:
ShowArgs