DiffShortener

org.specs2.text.DiffShortener
See theDiffShortener companion object

This object help shortening strings between differences when the strings are too long

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DiffShortener.type
object StringEditDistance.type

Members list

Value members

Concrete methods

def shorten(s: String, firstSep: String, secondSep: String, size: Int): String