Util

utest.asserts.Util
object Util

Created by lihaoyi on 9/9/17.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type

Members list

Value members

Concrete methods

def assertError(msgPrefix: String, logged: Seq[TestValue], cause: Throwable): Nothing

Shorthand to quickly throw a utest.AssertionError, together with all the macro-debugging goodness

Shorthand to quickly throw a utest.AssertionError, together with all the macro-debugging goodness

Attributes

def makeAssertError(msgPrefix: String, logged: Seq[TestValue], cause: Throwable): AssertionError
def runAssertionEntry[T](t: AssertEntry[T]): (Try[T], ArrayBuffer[TestValue], String)

Executes this AssertEntry and returns the raw results

Executes this AssertEntry and returns the raw results

Attributes