ListLinesContent

org.specs2.text.ListLinesContent
case class ListLinesContent[A]() extends LinesContent[List[A]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LinesContent[List[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def lines(seq: List[A]): List[String]

Attributes

Returns

the lines for this content

def name(seq: List[A]): String

Attributes

Returns

a name for this content

Inherited methods

def differences[L2 : LinesContent](ls1: List[A], ls2: L2, all: Boolean, ordered: Boolean): LinesContentDifference

Attributes

Returns

the differences with another content

Inherited from:
LinesContent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product