DiffPrinter

orchescala.simulation.DiffPrinter
object DiffPrinter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def printDeepDiff[T <: Product](expected: T, actual: T)(using ClassTag[T]): String
def printDiff[T <: Product](expected: T, actual: T)(using ClassTag[T]): String