SeqLinesContent

org.specs2.text.SeqLinesContent
case class SeqLinesContent[A, CC <: (Iterable)]() extends LinesContent[CC[A]]

Default implementation for reading lines out of a Seq

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LinesContent[CC[A]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def lines(seq: CC[A]): Seq[String]

Attributes

Returns:

the lines for this content

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

Attributes

Returns:

a name for this content

Inherited methods

def differences[L2](ls1: CC[A], ls2: L2, all: Boolean, ordered: Boolean)(using evidence$1: LinesContent[L2]): 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