Code

org.specs2.specification.core.Code
case class Code(text: String) extends Description

Attributes

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

Members list

Value members

Concrete methods

override def matches(s: String): Boolean

Attributes

Definition Classes
def show: String
override def stripMargin(margin: Char): Description

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Description